Skip to content

An open source e-commerce skateshop build with everything new in Next.js 13.

License

Notifications You must be signed in to change notification settings

mrjuice01/MEARN-STAW-Shoping-App

Repository files navigation

MEARN STARK E-Cormmece Web App

Tech Stack

Features to be implemented

  • Authentication with Clerk
  • File uploads with uploadthing
  • Newsletter subscription with React Email and Resend
  • Blog using MDX and Contentlayer
  • ORM using Drizzle ORM
  • Database on PlanetScale
  • Validation with Zod
  • Storefront with products, categories, and subcategories
  • Seller and customer workflows
  • User subscriptions with Stripe
  • Checkout with Stripe Checkout
  • Admin dashboard with stores, products, orders, subscriptions, and payments

Running Locally

  1. Clone the repository

    git clone https://github.com/mrjuice01/MEARN-STAW-Shoping-App.git
  2. Install dependencies using pnpm

    pnpm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Start the development server

    pnpm run dev
  5. Push the database schema

    pnpm run db:push
  6. Start the Stripe webhook listener

    pnpm run stripe:listen

Support

Mr Juice

Author

GitHub YouTube Telegram Instagram

This is a free open souce roject for a full stack ecommece web app. Pliz Care to star

About

An open source e-commerce skateshop build with everything new in Next.js 13.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages