Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.02 KB

Udaan - GMT (Get My Tickets)


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)

Steps to run the project

  1. Clone the respository

    $ git clone https://github.com/HarenLewis/Udaan-GetMyTickets.git

    and

    cd udaan_get_my_tickets

  2. Install requirements and dependencies.

    pip install -r requirements.txt

  3. Create a superuser using the following command:

    python manage.py createsuperuser

  4. 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.)