/travel_app

App for booking flights and hotels

Primary LanguagePython

Travel Booking System

Project overview

Travel Booking System

Setup

Use Python 3 for back-end

All the requirements have been described in requirements.txt. Make sure you add all your back-end requirements there as well! Initial requirements include:

The application uses SQLite for the database by default for simplicity reasons.

Migrate the database before the first run

python manage.py migrate

Create a superuser

python manage.py createsuperuser

Loading initial data for projects

python manage.py loaddata shipments/fixtures/initial.json

Running tests

python manage.py test

Running the application

python manage.py runserver

The application should be visible at 127.0.0.1:8000

Api Endpoints

rest "/api"
graphql "/graphql"