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.
- Host: GitHub
- URL: https://github.com/alexmhack/django_airways
- Owner: Alexmhack
- License: apache-2.0
- Created: 2018-08-05T08:02:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T20:45:23.000Z (over 4 years ago)
- Last Synced: 2025-01-10T08:53:39.722Z (11 months ago)
- Topics: advanced-programming, backend-webdevelopment, django-application, django-project, django2, project, python3, website-development
- Language: JavaScript
- Homepage:
- Size: 1.82 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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