cd backend
virtualenv env
source env/bin/active
pip install -r requirements.txt
python manage.py runserver
npm create vite@latest frontend -- --template react
npm install axios react-router-dom jwt-decode
cd frontend
npm install
npm run dev
| Name | Name | Last commit date | ||
|---|---|---|---|---|
cd backend
virtualenv env
source env/bin/active
pip install -r requirements.txt
python manage.py runserver
npm create vite@latest frontend -- --template react
npm install axios react-router-dom jwt-decode
cd frontend
npm install
npm run dev