Home > Web Front-end > JS Tutorial > Dev Next is a job platform built with Next.js, Tailwind CSS, Prisma, and NextAuth.

Dev Next is a job platform built with Next.js, Tailwind CSS, Prisma, and NextAuth.

Linda Hamilton
Release: 2025-01-05 18:17:40
Original
219 people have browsed it

Dev Next is a job platform built with Next.js, Tailwind CSS, Prisma, and NextAuth.

Dev Next

Dev Next is a job platform built for developers, enabling job postings and applications with Next.js, Tailwind CSS, Prisma, and NextAuth. Open to contributions during development.

Live Link

https://next-dev-js.vercel.app/

Getting Started

Clone the repository: git clone https://github.com/saidMounaim/dev-next.git
Install dependencies:

npm install
Copy after login

Note: Some dependencies may have not yet been upadated to support React 19. If you get any errors about depencency compatability, run the following:

npm install --legacy-peer-deps
Copy after login

Create a .env file:

DATABASE_URL=""
NEXTAUTH_SECRET=""
CLOUDINARY_CLOUD_NAME=""
CLOUDINARY_API_KEY=""
CLOUDINARY_API_SECRET=""
Copy after login

Prisma Studio

To open Prisma Studio, run the following command:

npx prisma studio
Copy after login

Seed Database

To seed the database with sample data, run the following command:

npx tsx ./db/seed
Copy after login

Built With

  • Next.js
  • TailwindCSS
  • TypeScript
  • Shadcn/ui
  • Auth.js

Contribution

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

The above is the detailed content of Dev Next is a job platform built with 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
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template