Upbad is a simple fun service for counting your and your teammates/friends fails.
Simple instructions on starting development of upbad
.
- Install dependencies
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- Run environment dependencies
docker compose up mongo mongo=express
- Run application
gunicorn upbad:wsgi
- Test
pytest
- To run solution in Docker
docker compose up
Recommended way: configure you Code Editor or IDE for development and automation. Configuration for VS Code included in repository.
Directory | Description |
---|---|
config | .env Environment configuration files for Docker and IDE |
img | Folder for files related to documentation, README s, etc. |
tests | Folder with python tests (pytest ) |
upbad | Source code |