This is a work in progress which means some of the precieved features are yet to be implimented.
A server-side recipe web application showcasing CRUD operations in-action.
- Allow users to view their recipies
-
Users can go to "random" tab and add a recipe they like to their profile
-
Users can then edit recipe under their profile to their liking
Libraries used: 1-Express : To create HTTP routes
2-Multer + BodyParser: to parse user data and store it
3-Handlebars: Rendering engine to minimize code repetition and store all the reusable data inside the defualt layout
4-Mongoose: to access MongoDB database (also using Robo3T for GUI MongoDB inspection)