A simple API to manage sprint activity tickets.
clone and access the repository
git clone git@github.com:pedrogyrao/ticket_system.git
cd ticket_system
Run MongoDB in one terminal.
mongod
Install and run the API.
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 8000
docker-composer up -d