Skip to content

slmnkankal/django_flight_app

Repository files navigation

for react:

git clone https://github.com/slmnkankal/react-flight-app.git

cd react-flight-app

yarn start

Open http://localhost:3000 to view it in your browser.

for django

git clone https://github.com/slmnkankal/django_flight_app.git

cd django_flight_app

python manage.py runserver

Open http://localhost:8000 to view it in your browser.

(Note that, you need to add /admin/ or /flight/flights/ or /users/register/ to main url (http://localhost:8000)!)

check app with these users

slmnknkl@gmail.com(email) admin(username) admin(password) (staff user)

jack@doe.com(email) jack(username) jack.12345(password) (user)

flight-app-register-login

flight-app-user-and-staff-user

flight-app-flights-add-update-delete

flight-app-reservations-passengers-add-update-delete