Zomentum Backend Challenge
The API allows users to book theatre movie ticket, retrieve, update and delete tickets. Tickets have an expiry of 8 hours after which they are automatically deleted.
For openAPI based Documentation visit Documentation
Clone this repository.
git clone https://github.com/amanjiofficial/Backend-Challenge.git
Create a virtualenv and activate.
python3 -m venv env
source env/bin/activate
Install requirement packages.
pip install -r requirements.txt
Start the Flask application on your terminal window.
flask run
API is started at http://localhost:5000/
For openAPI based Documentation visit Documentation