tolopsy / go-commerce

Direct purchase and subscriptions. Integrated with Stripe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Commerce

E-commerce platform with direct purchase and subscription feature. Integrated with Stripe.

Pre-requisite

  • Ensure you have the make utility installed.
  • Replace STRIPE_KEY and STRIPE_SECRET in the Makefile with your stripe publishable key and stripe secret key respectively.

Usage

  • To run both the backend and the frontend, Run make start
  • To stop running both backend and frontend, run make stop
  • You can find other useful commands in the Makefile

About

Direct purchase and subscriptions. Integrated with Stripe.


Languages

Language:Go 98.1%Language:Makefile 1.9%