This is a readme file for the BACKEND PROJECT
- db - to connect databases
- controllers - logic part of the backend
- middlewares - to process the request in the middle before sending it to server for ex cookie-parser bcrypt etc
- models - data modelling
- public - storing images etc
- routes - to route the users to differernt pages
- src - file for index.js app.js etc
- utils - for a utility that can be used again and again for ex sending mail or uploading a file.