"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 > Marketplace app using NestJS, Next.js Tailwind CSS, Prisma, and NextAuth

Marketplace app using NestJS, Next.js Tailwind CSS, Prisma, and NextAuth

Published on 2024-11-04
Browse:350

Marketplace app

Marketplace app using NestJS, Next.js 14, Tailwind CSS, Prisma, and NextAuth. Features include user sign-up, sign-in, browsing ads, adding and deleting ads, and filtering options. Open to all contributions during development.

Marketplace app using NestJS, Next.js  Tailwind CSS, Prisma, and NextAuth

Getting Started

Clone the repository: git clone https://github.com/saidMounaim/marketplace.git
Install dependencies:

For the frontend:

cd frontend
npm install

For the backend:

cd backend
npm install

Create a .env file for each folder:

Frontend (.env):

API_URL=""
AUTH_SECRET=""

Backend (.env):

DATABASE_URL=""
CLD_CLOUD_NAME=""
CLD_API_KEY=""
CLD_API_SECRET=""
JWT_SECRET=""

Start the development servers:

For the frontend:

npm run dev

For the backend:

npm run start:dev

Built With

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

Contribution

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

Release Statement This article is reproduced at: https://dev.to/saidmou/marketplace-app-using-nestjs-nextjs-14-tailwind-css-prisma-and-nextauth-44am?1 If there is any infringement, please contact [email protected] delete
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