An opensource, fullstack e-commerce app build with SvelteKit
This product analysis focuses on a project that involves implementing a Stripe integration and setting up a local database. The project aims to create a super bare bones version with core functionality and later develop a second version using a CMS like MedusaJS.
To install and set up the project, follow these steps:
seed.ts file with the correct Stripe and Cloudinary ids.pnpm run push.pnpm run seed.This project focuses on implementing a Stripe integration and setting up a local database. It provides a basic system for local database setup using LibSQL. The project also includes commands to update the seed file with necessary ids, create the database, and seed it with data. The aim is to create a minimal version with core functionality and later develop a more advanced version using a CMS like MedusaJS.