Django project to view the data from https://github.com/SchumPau/Simulation_of_Creation
- Clone the repository
- Create a
.env
file in the root directory with the following content
# .env sample
DB_ENGINE=mysql
DB_NAME="db_name"
DB_USERNAME="username"
DB_PASS="password"
DB_HOST=localhost
DB_PORT=3306
- Install the requirements with
pip install -r requirements.txt
- Run the migrations with
python manage.py migrate
- Run the server with
python manage.py runserver
- Open the browser and go to
http://localhost:8000/