Skip to content

MeSagor/Backend-with-Nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST Api with Express and MongoDB

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.

Built With

Features

  • API calling works on GET POST PUT and DELETE methods

Getting Started

Clone down this repository. You will need node.js and git installed globally on your machine.

🛠 Installation and Setup Instructions

  • 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.

Supported EndPoints

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

Show your support

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

Thanks

Releases

No releases published

Packages

No packages published