E-commerce platform with direct purchase and subscription feature. Integrated with Stripe.
- Ensure you have the make utility installed.
- Replace
STRIPE_KEY
andSTRIPE_SECRET
in the Makefile with your stripe publishable key and stripe secret key respectively.
- 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