TomGijselinck / dorm-management-tool

A tool for managing garbage collection, common financial expenses and other student dorm related responsibilities
MIT License
0 stars 0 forks source link

dorm-management-tool

A tool for managing garbage collection, common financial expenses and other student dorm related responsibilities

Running the application (using docker)

First time set-up

Starting the app

If this is not the first time you start the app, you can use either $ docker-compose up or $ docker-compose scale backend=1 db=1.

Stopping the app

To stop the application, run $ docker-compose scale backend=0 db=0. Important: do not use $ docker-compose down as this will also remove the database.