Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```