This project was built for the Udaan Developer Challenge.
An API driven approach to booking tickets. Built using Django Web Framework, DRF and the UI in React (incomplete)
-
Clone the respository
$ git clone https://github.com/HarenLewis/Udaan-GetMyTickets.git
and
cd udaan_get_my_tickets
-
Install requirements and dependencies.
pip install -r requirements.txt
-
Create a superuser using the following command:
python manage.py createsuperuser
-
Run server
./runserver
Since UI for the API endpoints is WIP, the API can be tested using Postman.
(Endpoint details and description will be added soon.)