Boris Le Bon
Meetwater is an application made for swimming pools. The purpose of this application is multiple :
- Allowing people to book an appointement with a swimming coach.
- Allowing swimming coach to manage their schedules.
- Allowing swimming pool to manage their schedules and organisation.
Please ensure to install:
- Docker ≥ 24
- Docker Compose ( include with Docker Desktop )
in the folder you want the project to be:
git clone https://github.com/nighthaven/meetwater
cd meetwaterYou need to create at the root of the project a file name .env.dev and also a file name .env.test.
You should be able to see a file named .env.template that have an example of all the environnement variable.
The scripts allowing the localhost database can be used with this terminal command
uv run python -m src.seeds.seed_alluvicorn src.main:app --reloaduv run pytestuv run pre-commit run --all-files