Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 521 Bytes

README.md

File metadata and controls

executable file
·
18 lines (12 loc) · 521 Bytes

quantum-attendance

An attendance program for Quantum Martial Arts

Setting up The Project

This project uses Docker for local development.

Run the following to get the project up and running:

docker compose build
docker compose up -d
make setup_db

You can check the logs by running docker compose logs or docker compose logs -f to attach to the logs and follow the output.

You should now be able to access the app on your local machine by going to http://localhost:3000.