- Python (Django framework)
- PostgreSQL database
- Clone this repository to your local machine using
git clone https://github.com/username/transportation-project.git - Install the required Python packages using
pip install -r requirements.txt - Set up the database using
python manage.py migrate - Run the development server using
python manage.py runserver - Access the web app in your browser at
http://localhost:8000