You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone https://github.com/group1-kicks/e-commerce-api.git
$ rm -rf .git
$ go mod tidy
## Create database: e_commerce
## Create local.env using local.env.example format
$ go run .