Skip to content

kervcodes/REST-API

Repository files navigation

REST API - Techdegree Project 10

Project Description

In this project, I create a REST API with express. The purpose of the REST API is to help administer a school database containing information about courses and users. Users can interact with the database by performing CRUD operations to CREATE, READ, EDIT, and DELETE courses in the database if they authenticated with the database.

Technology Used

NPM Packages

Instruction on testing out this project on your own computer

  1. Click on the arrow down of the green button of the project to expand it.

  2. Once expanded, click on download.

  3. Unzip the Download folder then open your terminal on your computer.

  4. From the terminal, navigate to the project directory.

  5. type npm install to install the project dependencies.

  6. type npm run seed to seed the SQLite database.

  7. then run npm start to start/lunch the REST API.

PS: You will need to Install Postman to test the REST API on your computer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors