laribright / nextjs-sanity-shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Online Store

GitHub Repo

πŸ›οΈ Welcome to the Next.js Online Store repository! πŸš€

This repository contains the code for a fully functional online store built with Next.js, Redux, Sanity.io, Auth.js, TypeScript, MongoDB, and Stripe.

Key Features

  • 🌐 Next.js: Harness the power of Next.js for server-side rendering, dynamic routing, and data fetching.
  • πŸ’Ό Redux: Implement efficient state management with Redux Toolkit for seamless data flow across your application.
  • 🧩 Sanity.io: Use Sanity.io as a headless CMS to manage and update your website's content effortlessly.
  • πŸ”’ Auth.js: Implement secure authentication using Auth.js to protect your online store and provide a seamless user experience.
  • 🌈 TypeScript: Enhance your code quality and productivity with TypeScript's static typing and powerful features.
  • πŸ—„οΈ MongoDB: Store and manage authenticated user data in a MongoDB database for seamless data persistence.
  • πŸ’³ Stripe: Integrate Stripe for secure payment processing and provide a smooth checkout experience for your customers.

Getting Started

To get started with the Next.js Online Store project, follow these steps:

  1. Clone the repository: git clone https://github.com/laribright/nextjs-sanity-shop.git

Frontend
2. cd frontend
3. Install the dependencies: npm install
4. Set up the required environment variables (see .env.example file).
5. Run the application: npm run dev
6. Open your browser and visit: http://localhost:3000

CMS
2. cd cms
3. Install the dependencies: npm install
4. Set up the required environment variables (see .env.example file).
5. Run the application: npm run dev
6. Open your browser and visit: http://localhost:3333

Contact

For any inquiries or questions, feel free to reach out to me via email at itslaribright@gmail.com

Let's build something amazing together! 🌟

About


Languages

Language:TypeScript 98.2%Language:JavaScript 1.6%Language:CSS 0.2%