Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hadihammurabi/dummy-online-shop
- Owner: hadihammurabi
- Created: 2022-03-29T14:17:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T03:30:31.000Z (over 2 years ago)
- Last Synced: 2024-11-07T08:38:58.221Z (about 2 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```