Skip to content

Adnan-Saleem-93/E-Commerce-NextJS

Repository files navigation

This is a NextJS 14 E-Commerce App

  • Tailwind CSS and DaisyUI are used for the UI.
  • Prisma ORM is used for mapping objects to database and performing CRUD operations.
  • MongoDB is used as the Database to store the data of the app.
  • NextAuth is used for authentication.

The project is bootstrapped with create-next-app.

To run the development locally:

  • Clone the project
npm install -> npm run dev
# or
yarn install -> yarn dev
# or
pnpm install -> pnpm dev
# or
bun install -> bun dev

Then open http://localhost:3000 with your browser to see the result.

About

E-Commerce App created in NextJS, Prisma, NextAuth, MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages