DEV Community

Said MOUNAIM
Said MOUNAIM

Posted on

4 1 1 1 1

Dev Next 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.

Top comments (0)

Cloudinary image

Zoom pan, gen fill, restore, overlay, upscale, crop, resize...

Chain advanced transformations through a set of image and video APIs while optimizing assets by 90%.

Explore

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay