wojtek0123 / job-for-devs

Web app that helps developers find a new job.

Home Page:https://job-for-devs.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job for Devs

Fullstack application for developers who want to find a job or hire someone.

live server: https://job-for-devs.vercel.app/

Table of contents

User can:

  • login
  • add new offer
  • apply for existing offer
  • see applications for his offer
  • see his applications on other people offers and his posted offers
  • filter by title, seniority, city, technologies and category
  • change name in profile name

Built with:

  • NextJS
  • TypeScript
  • GraphQL
  • Apollo
  • Prisma
  • Tailwind
  • Supabase
  • eslint
  • prettier
  • next-auth

Screenshots

home page offer details page new offer page profile page applications page

Installation on local machine

git clone https://github.com/wojtek0123/job-for-devs.git
npm install
# create .env file like the example .env-example
npm prisma db push
npx prisma generate
npm run dev

Open http://localhost:3000 with your browser to see the result.

Things to do:

  • upload pdf file (resume) to database through graphql

About

Web app that helps developers find a new job.

https://job-for-devs.vercel.app/


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%Language:CSS 0.0%