Skip to content

Shyoy/Flight_Project_v2

Repository files navigation

INTRODUCTION

The flight site allows airline companies to manage and advertise their flights, as well as lets customers choose the flight that suits them best.

This is part 2 of 3,
Which focuses building a functional application using Django Framework

Flight booking:

alt text

As a customer you can book and search for flight information


Initial Setup

  1. Create virtualenv in main project folder:

    python -m venv venv
  2. Install all needed requirements:

    pip install -r requirements.txt
  3. Run the server:

    python manage.py runserver

You can test client experience by login to one of this already made accounts:

  • Administrator:
    Username: admin13
    Password: pokipoki

  • Airline:
    Username: airline1
    Password: pokipoki

  • Customer:
    Username: toni2
    Password: pokipoki



---

Languages and Tools:

HTML5 Git Git JavaScript Git Visual Studio Code MySQL

Git


About

simple multipage crud flight site for three types of users - admin , airline and customer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published