You can start app image with docker-compose.
- First Of All Setup Docker and setup docker compose.
- Docker Setup Doc: https://docs.docker.com/engine/install/
- Docker-Compose Setup Doc: https://docs.docker.com/compose/install/
-
Download the docker-compose.yml
- You can find the file from github page(right here) or docker hub page.
-
Then run this command in same directory.
$ docker-compose up
- NodeJs | Download: https://nodejs.org/en/
-
Download Project:
$ git clone https://github.com/erensayar/Crud-Web-App-NodeJs.git
-
Go to project directory:
$ cd Crud-Web-App-NodeJs
-
Start The App:
$ npm start