Home > Web Front-end > JS Tutorial > Casual Clothes App Using Next.js TypeScript, Prisma & Next-Auth

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

WBOY
Release: 2024-09-03 17:00:08
Original
527 people have browsed it

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=""
Copy after login
  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.

The above is the detailed content of Casual Clothes App Using Next.js TypeScript, Prisma & Next-Auth. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template