Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 420 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 420 Bytes

RESTful-API

As the name suggests its a REST api, built with Node.js, MongoDb atlas and Express.js with dummy responces.

concepts Required and Learned. -Setting up an Express server

  • Configuring MongoDB with Mongoose
  • Creating a model in Mongoose
  • How to create RESTful API routes
  • Returning JSON from a Node.js API
  • How to handle API errors and validation
  • How to properly use and return HTTP status codes