Home > Web Front-end > JS Tutorial > body text

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

DDD
Release: 2024-09-13 18:15:03
Original
604 people have browsed it

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
Copy after login

For the backend:

cd backend
npm install
Copy after login

Create a .env file for each folder:

Frontend (.env):

API_URL=""
AUTH_SECRET=""
Copy after login

Backend (.env):

DATABASE_URL=""
CLD_CLOUD_NAME=""
CLD_API_KEY=""
CLD_API_SECRET=""
JWT_SECRET=""
Copy after login

Start the development servers:

For the frontend:

npm run dev
Copy after login

For the backend:

npm run start:dev
Copy after login

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.

The above is the detailed content of Marketplace app using NestJS, Next.js Tailwind CSS, Prisma, and NextAuth. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!