Skip to content

Used the Express application framework and a MongoDB database to create a REST API that lets users create, list, update, and delete items from a school database.

Notifications You must be signed in to change notification settings

geenafong/rest-api

Repository files navigation

techdegree-project-9

This project creates a REST API using Express. It incorporates knowledge of REST API design, Node.js, and Express to create API routes, along with the Mongoose ORM for data modeling, validation, and persistence. The API provides a way for users to administer a school database containing information about courses: users interact with the database by retrieving a list of courses, as well as adding, updating and deleting courses in the database.

About

Used the Express application framework and a MongoDB database to create a REST API that lets users create, list, update, and delete items from a school database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published