Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 534 Bytes

File metadata and controls

21 lines (13 loc) · 534 Bytes

ReadMe

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 -

  1. yarn install

  2. source .env

  3. yarn dev

This project is open to improvements and refining Wishing you the best for your hackathon !