A dashboard web application for employers to manage the company, category, and jobs.
A dashboard web application for employers to manage the company, category, and jobs.
Tech: Next, NextAuth, Prisma, Supabase, Typescript, React Query, React Hook Form, Zod, Chart.js, TailwindCSS.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/daniel-liemng/job-search-next-prisma-supabase.git
# Go into the repository
$ cd job-search-next-prisma-supabase
# Install dependencies
$ npm install
# Run the app
$ npm run dev