This repository contains a full stack online store built using Next.js 14, Tailwind CSS for styling, Strapi for headless CMS, Stripe for payment processing, and Clerk for authentication and user management.
This is a full-stack online store built using Next.js 14, Tailwind CSS for styling, Strapi for headless CMS, Stripe for payment processing, and Clerk for authentication and user management.
Clone the repository: git clone https://github.com/ayoubhayda/react-admin-dashboard.git
Install dependencies: npm install
or yarn install
Set up environment variables:
NEXT_PUBLIC_REST_API_KEY='your_rest_api_key'
NEXT_PUBLIC_REST_API_URL='http://localhost:1337/api'
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY='your_clerk_publishable_key'
CLERK_SECRET_KEY='your_clerk_secret_key'
NEXT_PUBLIC_CLERK_SIGN_IN_URL='/sign-in'
NEXT_PUBLIC_CLERK_SIGN_UP_URL='/sign-up'
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL='/'
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL='/'
NEXT_PUBLIC_STRIPE_PUBLISHER_KEY='your_stripe_publisher_key'
NEXT_PUBLIC_STRIPE_SECRET_KEY='your_stripe_secret_key'
Start the development server: npm run dev
or yarn dev
We welcome contributions and feedback from the community to enhance and improve our Next.js 14 Online Store further. Feel free to submit pull requests or open issues for any suggestions or bug reports.
Our Next.js 14 Online Store is open-source and completely free to use. Download it, customize it, and streamline your e-commerce operations with ease.
Keywords: Next.js, Tailwind CSS, Strapi, Stripe, Clerk, Online Store, E-commerce, Full Stack, Open Source.
Enjoy building awesome projects with our Next.js 14 Online Store!