https://github.com/radthenone/olivin_store
Shop with jewelry products
https://github.com/radthenone/olivin_store
django django-ninja docker docker-compose react typescript vite
Last synced: 3 months ago
JSON representation
Shop with jewelry products
- Host: GitHub
- URL: https://github.com/radthenone/olivin_store
- Owner: radthenone
- License: mit
- Created: 2024-02-25T21:31:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:46:04.000Z (10 months ago)
- Last Synced: 2025-03-29T02:04:03.308Z (3 months ago)
- Topics: django, django-ninja, docker, docker-compose, react, typescript, vite
- Language: Python
- Homepage:
- Size: 1.72 MB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.dev.md
- License: LICENSE
Awesome Lists containing this project
README
## Develop readme to use:
### install docker project
```bash
docker-compose --profile dev up --build -d
```### run docker ninja-django
```bash
docker-compose --profile dev up -d
```### dev project start
```bash
python manage.py runserver "0.0.0.0:8000"
```### add migrations
```bash
./commands/dev/backend/makemigrations.sh
```### delete all migrations
```bash
./commands/dev/backend/delete_migrations.sh
```