- 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
- Node_express_API -> This is also a CRUD API but uses no database. Simply uses an array but follows REST API principles.