Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 352 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 352 Bytes

Full-stack-dev

  1. MEN_API_new -> This is a CRUD api that uses MongoDB and follows basic REST API principles. It deals with the name of a particular food item, basically a food inventory. It is basically the MERN without the R
  2. Node_express_API -> This is also a CRUD API but uses no database. Simply uses an array but follows REST API principles.