https://github.com/ocneve/4desa
https://github.com/ocneve/4desa
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ocneve/4desa
- Owner: OCNeve
- Created: 2024-01-26T08:40:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T10:06:21.000Z (over 2 years ago)
- Last Synced: 2025-02-20T15:47:06.729Z (over 1 year ago)
- Language: Python
- Size: 97.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Startup
## requirements
_our project uses python3.12 and docker._
## run the docker container
```sh
cd {project_root} && docker compose up -d
```
## run the django web app
```sh
python -m pip install poetry
```
```sh
python -m poetry install
```
```sh
python -m poetry run python manage.py makemigrations
```
```sh
python -m poetry run python manage.py migrate
```
```sh
python -m poetry install
```
```sh
python -m poetry run python manage.py runserver
```