A Django-based web application to facilitate sharing commutes in a company.
This web application displays only emails as personal information.
- Install the requirements
$ python -m pip install -r requirements.txt
- Set up the database
$ python manage.py makemigrations ui
$ python manage.py migrate
- Start the app
$ python manage.py runserver
This web application comes with a Dockerfile
and docker-compose.yml
. It can be run with:
$ docker-compose up
Periodically run this command to remove expired commutes
$ python manage.py delete_expired