cd backend
python -m venv venv
source venv/bin/activate # maybe differently on windows
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver <optional address> # default 127.0.0.1:8000
npm install
npm start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
cd backend
python -m venv venv
source venv/bin/activate # maybe differently on windows
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver <optional address> # default 127.0.0.1:8000
npm install
npm start