A web application for finding perfect job opportunites.
Clone the project
git clone https://github.com/amitkroutthedev/hiretopia.git
Go to the project directory
cd hiretopia
Set Environment variables .env.local
and have keys from CLERK (docs) and Jearch(RAPID API)
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=YOUR_PUBLISHABLE_KEY
CLERK_SECRET_KEY=YOUR_SECRET_KEY
RAPID_API_HOST = HOST_LINK
RAPID_API_KEY = JSEARCH_API_KEY
Install dependencies
npm install
Start the server
npm run dev