Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:46:04.000Z (5 months ago)
- Last Synced: 2024-09-09T15:23:32.088Z (5 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
```