Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitkroutthedev/hiretopia
Hiretopia: Your personalized gateway to meaningful career connections, empowering growth, and a fulfilling future.
https://github.com/amitkroutthedev/hiretopia
nextjs shadcn-ui tailwindcss zustand
Last synced: about 2 months ago
JSON representation
Hiretopia: Your personalized gateway to meaningful career connections, empowering growth, and a fulfilling future.
- Host: GitHub
- URL: https://github.com/amitkroutthedev/hiretopia
- Owner: amitkroutthedev
- Created: 2024-06-22T09:07:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T10:42:04.000Z (7 months ago)
- Last Synced: 2024-06-23T18:57:53.420Z (7 months ago)
- Topics: nextjs, shadcn-ui, tailwindcss, zustand
- Language: TypeScript
- Homepage: https://hiretopia.vercel.app
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hiretopia
> A web application for finding perfect job opportunites.
![App Screenshot](https://raw.githubusercontent.com/amitkroutthedev/hiretopia/refs/heads/main/assets/Screenshot%20from%202024-10-01%2011-58-43.png)
![App Screenshot](https://raw.githubusercontent.com/amitkroutthedev/hiretopia/refs/heads/main/assets/Screenshot%20from%202024-10-01%2011-57-40.png)
## Run Locally
Clone the project
```bash
git clone https://github.com/amitkroutthedev/hiretopia.git
```Go to the project directory
```bash
cd hiretopia
```Set Environment variables `.env.local` and have keys from CLERK ([docs](https://clerk.com/docs/quickstarts/nextjs)) and [Jearch(RAPID API)](https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch)
```bash
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
```bash
npm install
```Start the server
```bash
npm run dev
```