amanjiofficial / Backend-Challenge

Zomentum Backend Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Python 79.3%Language:HTML 19.6%Language:CSS 0.8%Language:Shell 0.3%