"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > Casual Clothes App Using Next.js TypeScript, Prisma & Next-Auth

Casual Clothes App Using Next.js TypeScript, Prisma & Next-Auth

Published on 2024-11-04
Browse:477

Casual Clothes App

Casual clothes app using Next.js 14, Tailwind CSS, TypeScript, and Prisma. Includes user sign-up, product filtering, and cart management. Open to all contributions during development.

Casual Clothes App Using Next.js  TypeScript, Prisma & Next-Auth

Getting Started

  1. Clone the repository: git clone https://github.com/saidMounaim/casualclothes.git
  2. Install dependencies: npm install
  3. Create a .env file in the root and add the following
POSTGRES_URL=""
POSTGRES_PRISMA_URL=""
POSTGRES_USER=""
POSTGRES_HOST=""
POSTGRES_PASSWORD=""
POSTGRES_DATABASE=""

NEXTAUTH_SECRET=""
  1. Start the development server: npm run dev

Built With

  • Next.js 14
  • TailwindCSS
  • TypeScript
  • Shadcn/ui
  • NextAuth.js
  • Zustand

Contribution

All kind of contributions are welcome, please feel free to submit pull requests.

Release Statement This article is reproduced at: https://dev.to/devtips3/casual-clothes-app-using-nextjs-14-typescript-prisma-next-auth-3p95?1 If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3