首页 > web前端 > js教程 > 正文

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

DDD
发布: 2024-09-13 18:15:03
原创
564 人浏览过

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.

以上是Marketplace app using NestJS, Next.js Tailwind CSS, Prisma, and NextAuth的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:dev.to
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!