This is a sample event ticketing service that handles listing events, making reservations, modifying and cancelling reservations.
Run this command if you make changes to the Dockerfile
docker build -t ticket-service .
python3 -m unittest discover -s test
python main.py
docker run -p 8000:8000 ticket-service
The swagger UI console will be viewable by default under the /ui/
path, e.g.: http://localhost:8000/ui