Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abbasfisal/ecommerce-go
web application based on golang
https://github.com/abbasfisal/ecommerce-go
Last synced: 11 days ago
JSON representation
web application based on golang
- Host: GitHub
- URL: https://github.com/abbasfisal/ecommerce-go
- Owner: abbasfisal
- Created: 2024-04-23T06:23:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T22:57:01.000Z (8 months ago)
- Last Synced: 2024-05-16T18:02:15.171Z (8 months ago)
- Language: CSS
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecommerce golang
### sql migrator
```
go install github.com/rubenv/sql-migrate/...@latest
sql-migrate up -env=production -config=dbconfig.yml
sql-migrate down -env=production -config=dbconfig.yml -limit=1
sql-migrate status -env=production -config=dbconfig.yml
```