Skip to content

HE-Arc/MasterIQ

Repository files navigation

MasterIQ

Step to follow to run the project:

  1. Clone the repository
  2. Go to the folder api
    cd api
  3. install the python environment with pipenv, and then run it
    pipenv install
    pipenv shell
  4. Run the migrations
    python manage.py migrate
  5. Create your superuser
    python manage.py createsuperuser --email admin@example.com --username admin
  6. Run the backend server
    python manage.py runserver
  7. Go in the folder frontend
    cd ../frontend
  8. install the node environment with npm, and then run it
    npm install
  9. Run the frontend server
    npm run dev

note for the frontend guys : Quasar is not installed yet, so I'll let you decide wether to use it or not :)