- cd ~/%project_folder%
- virtualenv .
- source bin/activate
- pip install -r requirements.txt
- cd ~/%project_folder%/frontend
- npm install
- npm start
- cd ~/%project_folder%/backend
- python manage.py migrate
- python manage.py createsuperuser
- change user field(role) from 0 to 3 in db
- python manage.py runserver
- open browser on http://localhost:4200
- optional
- close frontend server
- cd ~/%project_folder%/frontend
- npm run build:prod:aot
- cd ~/%project_folder%/backend
- open browser on http://localhost:8000
This project in the initial stage and doesn't have full api for frontend.
You can see this project on https://easy-tests.herokuapp.com and https://github.com/asiman161/easy-tests