Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Build RESTAPI using Node, MongoDB and Docker

Technical Stack

  • Nodejs
  • Express
  • MongoDB
  • Docker

How it works?

It is a REST API that creates , updates , delete and list all the subscribers

Image

Prerequisite

  • Install Docker Desktop's

Step1 - Clone the repository

 git clone https://github.com/harshit0571/Rest-Api-Nodejs.git

Step2 - Change directory to Rest-Api-Nodejs

 cd Rest-Api-Nodejs

Step3 - Create docker image

docker build -t rest .

Step4 - Run it on server

 docker run -p 3000:3000 rest

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages