MVP0
This commit is contained in:
15
backend_django/README.md
Normal file
15
backend_django/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Django Backend
|
||||
|
||||
```bash
|
||||
python -m venv .venv
|
||||
pip install -r requirements.txt
|
||||
cp .env.example .env
|
||||
|
||||
python manage.py migrate
|
||||
python manage.py runserver 0.0.0.0:8000
|
||||
```
|
||||
|
||||
Swagger: http://localhost:8000/api/docs/
|
||||
|
||||
|
||||
Docker: build from root with `docker compose up --build`
|
||||
Reference in New Issue
Block a user