Run the following command to run the entire project in development environment.
$ docker-compose -f docker-compose.dev.yml up --build
Run the following command to run the entire project in production environment.
$ docker-compose up --build
Check out the backend Readme
Check out the web client Readme
This project uses docker to package the application. The docker configuration in the docker-compose.yml file at the root of the folder. The project is hosted on Heroku
- 0.0.1
- Work in progress