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