Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 191 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 191 Bytes

go-stripe-payments

Collecting payments with golang

Run go API

You could use air for live reload otherwise go run main.go

Run React frontend

cd frontend
npm i
npm start