Skip to content

nainagupta49/Backend-Challenge

 
 

Repository files navigation

Movie Theatre Booking API

Documentation Status Top Language Github Issues Github License Github Release

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

Getting Started

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

Maintainers

Aman Ahuja - amanjiofficial@gmail.com

About

Zomentum Backend Challenge

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • HTML 2.1%
  • CSS 0.9%