/Simulation_of_Creation_view

Django project to view the data from https://github.com/SchumPau/Simulation_of_Creation

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Simulation of Creation View

Django project to view the data from https://github.com/SchumPau/Simulation_of_Creation

Setup

  1. Clone the repository
  2. 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
  1. Install the requirements with pip install -r requirements.txt
  2. Run the migrations with python manage.py migrate
  3. Run the server with python manage.py runserver
  4. Open the browser and go to http://localhost:8000/