To install docker, visit the docker hub [https://hub.docker.com/]. Once docker is installed on your machine, make sure to have it running.
To start the app, navigate to the root dir where we have both the client
and the server
folders, then run docker-compose build
, to build the image for the server, client and our postgres Database. Once this step is complete, we can then run docker-compose up
to start our application.
To stop the application from running, we can run docker-compose down
.
- Node
- Postgres
- Vue