This Project is all about making a Rest Api where a user hits some end-points and gets some responses(json data) from the Api.
- API calling works on
GET
POST
PUT
andDELETE
methods
Clone down this repository. You will need node.js
and git
installed globally on your machine.
-
First, clone this repository
via HTTPS
https://github.com/MeSagor/Backend-with-Nodejs.git
or via SSH
[email protected]:MeSagor/Backend-with-Nodejs.git
-
Go inside that folder
cd Backend-with-Nodejs
-
Install required Node Modules
npm install
-
Start Server
npm start
Open http://localhost:3000 to view it in the browser.
http://localhost:3000/
http://localhost:3000/dishes
http://localhost:3000/dishes/2
http://localhost:3000/promotions
http://localhost:3000/promotions/2
http://localhost:3000/leaders
http://localhost:3000/leaders/2
Give a ⭐ if you like this PROJECT...🙂...!
If you are interested in this project and want to modify as your wish Or, you have an optimized version of this project
then That will be great to merge up your new Features.
PLEASE FEEL FREE TO CONTRIBUTE ON THIS PROJECT