This is a simple REST API server using nodeJS and MongoDB It is made to be used as a template for developing backend during Hackathons
This project has implemented simple CRUD on restaurants and their ratings for reference. It can be modified as per use case.
It follows this order for CRUD operations - Incoming Request => route => controller => service => Database
How to run -
-
yarn install
-
source .env
-
yarn dev
This project is open to improvements and refining Wishing you the best for your hackathon !