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
.
- 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.