ypa / go-stripe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go E-commerce

Start Backend

make start_back
ps aux | grep gostripe_api

Stop Backend

make stop_back
ps aux | grep gostripe_api

Start Web

STRIPE_KEY=<stripe publishable key> STRIPE_SECRET=<stripe secret> go run ./cmd/web

Run Migrations

cd migrations
soda migrate

About


Languages

Language:Go 100.0%