DEV Community

Cover image for Dev Next is a job platform built with Next.js, Tailwind CSS, Prisma, and NextAuth.
Said MOUNAIM
Said MOUNAIM

Posted on

2 1 1 1 1

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
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

Create a .env file:

DATABASE_URL=""
NEXTAUTH_SECRET=""
CLOUDINARY_CLOUD_NAME=""
CLOUDINARY_API_KEY=""
CLOUDINARY_API_SECRET=""
Enter fullscreen mode Exit fullscreen mode

Prisma Studio

To open Prisma Studio, run the following command:

npx prisma studio
Enter fullscreen mode Exit fullscreen mode

Seed Database

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

npx tsx ./db/seed
Enter fullscreen mode Exit fullscreen mode

Built With

Contribution

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

Image of AssemblyAI

Automatic Speech Recognition with AssemblyAI

Experience near-human accuracy, low-latency performance, and advanced Speech AI capabilities with AssemblyAI's Speech-to-Text API. Sign up today and get $50 in API credit. No credit card required.

Try the API

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay