This repository contains a boilerplate to develop an e-commerce platform with a crypto payment system
Next JS version 14
Cryptomous
Tailwind
Shadcn
Google Sheet
Instead of using a complex database, we use google sheet. For more information visit here
Clone the repository and then, type:
npm install
then, open the .env
file in the root of the project, and replace the below attributes:
CRYPTOMOUS_API_KEY=""
GOOGLE_API_KEY=""
then
npm run dev