Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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