A multi - screen viewing system for Formula One races,
created for the research at the University of Dundee .
-
Clone this repository
-
Create a python virtual environment
python3 -m venv HonoursProject
-
Activate the virtual environment
HonoursProject\Scripts\activate
./HonoursProject/bin/activate
-
Enter the folder
cd HonoursProject
-
Install the project requirements for the backend
pip install -r requirements.txt
-
Navigate to the server folder
cd server
-
Migrate the server
py manage.py migrate
-
Create a superuser
py manage.py createsuperuser
Give it a Username and Password
-
Run the server
py manage.py runserver
-
Open a new terminal and navigate out of
the server folder into the frontend folder
-
Install the requirements
npm install
-
Run the frontend
npm start
-
Navigate to the following urls in your browser: