|
|
1 týždeň pred | |
|---|---|---|
| .idea | 1 týždeň pred | |
| .vscode | 3 rokov pred | |
| alembic | 1 týždeň pred | |
| app | 1 týždeň pred | |
| script | 10 mesiacov pred | |
| .env.example | 10 mesiacov pred | |
| .flake8 | 3 rokov pred | |
| .gitignore | 2 rokov pred | |
| Dockerfile | 3 rokov pred | |
| Readme.md | 1 týždeň pred | |
| alembic.ini | 2 rokov pred | |
| bdlg2023.conf | 2 rokov pred | |
| docker-compose.dev.yml | 3 rokov pred | |
| docker-compose.yml | 3 rokov pred | |
| init.sh | 3 rokov pred | |
| poetry.lock | 1 týždeň pred | |
| pyproject.toml | 1 týždeň pred | |
| requirements-dev.txt | 1 týždeň pred | |
| requirements.txt | 1 týždeň pred | |
| update_password.py | 10 mesiacov pred |
This repository host an API that can parse gsheet planning for brass dans la garonne event and manage creating automatic SMS notification for volunteer.
For running the application
git clone ...
cd ...
python -m venv venv
venv/scripts/activate
poetry install
Note, be sure to use python3.11 with this application
init.sh
uvicorn app.main:app --reload
python -m app.debug
Run tests
pytest
pytest app\test\test_volunteer.py
Run coverage tests
coverage run -m pytest
coverage html
poetry lock
poetry export -f requirements.txt --output requirements.txt --without-hashes
oetry export -f requirements.txt --output requirements-dev.txt --without-hashes --with dev
FastAPI project generated using https://github.com/rafsaf/minimal-fastapi-postgres-template