Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hadihammurabi/dummy-online-shop

Dummy Online Shop
https://github.com/hadihammurabi/dummy-online-shop

Last synced: 7 days ago
JSON representation

Dummy Online Shop

Awesome Lists containing this project

README

        

# Usage
## Migration
Generate config using:
```bash
$ soda g config
```

Run migrations:
```bash
$ soda m -c database/database.yml -p database/migration/
```

## Run
Use this command:
```bash
$ APP_DB_TYPE=pg APP_DB_DSN="" go run main.go
```