Flight Reservation App With Python
Table of Contents
Overview
Built With
How To Use
To clone and run this application, you’ll need Git
# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name
$ git clone https://github.com/your-user-name/your-project-name
# Install dependencies
> python -m venv env
> env/Scripts/activate
> pip install -r requirements.txt
> python manage.py migrate
# Run the app