CntoDev / django-roster

Web-based roster for tracking members and their attendance implemented in Django.
4 stars 3 forks source link

Carpe Noctem Roster Service

Setup development environment with Docker

Navigate to the folder for this project and run:

docker build --tag django-roster .
docker run -p 80:80 -it --rm django-roster