Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 470 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 470 Bytes

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.