Skip to content

Built for the Udaan developer hiring challenge hosted on Hackerearth.

Notifications You must be signed in to change notification settings

harenlewis/Udaan-GetMyTickets

Repository files navigation

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

About

Built for the Udaan developer hiring challenge hosted on Hackerearth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published