Service to create short urls
- python 3.12
- fastapi
- htmx
- pytest
- Bulma
Setup application
This will create virtual environmnet, install dependencies and initilize db
make setup
Start the server
make start
Start development server with reload
make dev
Run tests
make test