An open API service indexing awesome lists of open source software.

https://github.com/alexmhack/django_airways

django web app for an airways company for showing flights, booking flights, adding flights, passenger and flight details etc features.
https://github.com/alexmhack/django_airways

advanced-programming backend-webdevelopment django-application django-project django2 project python3 website-development

Last synced: 3 months ago
JSON representation

django web app for an airways company for showing flights, booking flights, adding flights, passenger and flight details etc features.

Awesome Lists containing this project

README

          

# Introduction
Django web app that has user interface which has search bar for searching flights, login in and
log out, book flights for logged in users, a list of all the available flights on the user
dashboard with real time updating information using AJAX.

# Getting Started
1. Create virtualenv and activate it
2. install the django using pip

# Build and Test
1. create project in the git repo with django-admin startproject command
2. run server and commit the changes