- Nodejs
- Express
- MongoDB
- Docker
It is a REST API that creates , updates , delete and list all the subscribers
- Install Docker Desktop's
git clone https://github.com/harshit0571/Rest-Api-Nodejs.git
cd Rest-Api-Nodejs
docker build -t rest .
docker run -p 3000:3000 rest
