Skip to content

Latest commit

 

History

History
51 lines (50 loc) · 1.26 KB

README.md

File metadata and controls

51 lines (50 loc) · 1.26 KB

Flight_Booking_System




What is in this project?

1. in this project user login and admin login both are available
2. User can register his/her self using Name, Email, Phone No, password
3. Admin can add flight and check availability of flight, also it can add more admin
4. User can serach for flight for both return & one-way


Technologies!!!

Front-End :- HTML, CSS, JS
Back_end :- Django
Database :- MYSQL


How to start project !!! 😍

  1. Create virtual Environment in your PC using CMD for furthur infromation check geeksforgeek website
  2. After the creation of vitual environment go into that folder and open cmd
    write this code in your cmd
    1. cd Scripts
    2. activate
    3. cd..
  3. After that copy this repositiory folder in virtual environment folder
  4. open xammp & start mysql and apache server
  5. python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver