virtualenv env
source env/bin/activate
env\scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
for test login
python manage.py runserver
npm i
npm run start
npm run build