Running the Server Locally - ao994/FireFlightProject GitHub Wiki
Prerequisites
- Make sure you have followed the instructions for Local hosting set up
- Navigate in the command line, PowerShell, or Bash to the main folder of the FireFlight repository on your local machine
- Ensure your virtual environment is active by referencing step 3 of Setting up Python Virtual Environment
Instructions
Run the Server
- Run the following Django management command in the terminal(with virtual environment active):
python manage.py runserver

- The FireFlight application can now be accessed at http://127.0.0.1:8000/ in your internet browser.
- To make the server stop running, press the following keys on your keyboard while in the terminal running the server:
- Windows users:
CTRL + C
- Mac users:
Cmd + C