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.

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

Top comments (0)

Tiger Data image

🐯 🚀 Timescale is now TigerData: Building the Modern PostgreSQL for the Analytical and Agentic Era

We’ve quietly evolved from a time-series database into the modern PostgreSQL for today’s and tomorrow’s computing, built for performance, scale, and the agentic future.

So we’re changing our name: from Timescale to TigerData. Not to change who we are, but to reflect who we’ve become. TigerData is bold, fast, and built to power the next era of software.

Read more

👋 Kindness is contagious

Delve into this thought-provoking piece, celebrated by the DEV Community. Coders from every walk are invited to share their insights and strengthen our collective intelligence.

A heartfelt “thank you” can transform someone’s day—leave yours in the comments!

On DEV, knowledge sharing paves our journey and forges strong connections. Found this helpful? A simple thanks to the author means so much.

Get Started