/Madagascar-MockServer

Learned how to Dockerize NodeJs application

Primary LanguageJavaScript

Madagascar-MockServer

Learned how to Dockerize NodeJs application Based on link

usage

1. Install Docker Desktop on Mac : link

2. Follow this command

docker pull noah0316/madagascar-server:1.0.0
docker run -p 4000:4000 noah0316/madagascar-server:1.0.0

OR Clone this repo

1. Install Docker Desktop on Mac : link

2. Follow this command

git clone https://github.com/noah0316/Madagascar-MockServer.git
cd Madagascar-MockServer
docker compose up

if you follow the command, you can test your server on http://localhost:4000/api/user

docker hub url