Time Management

CI statuses

Heroku Deployment

Tests

Scripts

Run

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

Backend

Check out the backend Readme

Web Client

Check out the web client Readme

Deployment

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

Release History

  • 0.0.1
    • Work in progress