Here is a working live demo: https://jobi-jobportal.vercel.app/
Jobi is an advanced job portal website designed to streamline the hiring process for employers and provide a comprehensive job search experience for candidates. Employers can create job posts, shortlist favorite candidates, and manage their hiring process efficiently through a feature-rich admin dashboard. Candidates can apply for jobs, track their application status, and more. Jobi includes a plethora of features aimed at enhancing both user and admin experiences.
- Analytics: Get insights into job postings, applications, and user engagement.
- User Management: View and manage detailed information about all users.
- Job Management: Easily create, edit, and delete job postings.
- Notifications: Stay updated with alerts and notifications regarding job applications and other important activities.
- Job Analytics: Monitor the performance of job postings and track application statistics.
- Candiate Search: Find and shortlist candidates that match your expectations and preferences
- Candidate Shortlisting: Shortlist and manage favorite candidates for different job postings.
- Share Candidates with adminstration: Employee sharing information with admin about shortlisted candidates.
- Profile Management: Update company information and job posting details.
To get this project up and running in your development environment, follow these step-by-step instructions.
We need to install or make sure that these tools are pre-installed on your machine:
-
NodeJS: It is a JavaScript runtime build.
-
Git: It is an open source version control system.
-
clerk Webhook: Setup a webhook integration on your project.
- Clone the Repository
git clone https://github.com/rakibtweets/jobi-nextjs.git
- Install packages in directory project directory
npm install
- In root directory create a
.env.localfile and add necessary environment variables
NEXT_PUBLIC_CLERK_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_SIGN_UP_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=
NEXT_CLERK_WEBHOOK_SECRET=
NEXT_PUBLIC_TINY_EDITOR_API_KEY=
NEXT_PUBLIC_SERVER_URL=
MONGODB_URL=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
# Cloudinary
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=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/rakibtweets/jobi-nextjs.git
# Go into the repository
$ cd jobi
# Install dependencies
$ npm install
# Run the app
$ npm startNote If you're using Linux Bash for Windows, see this guide or use
nodefrom the command prompt.
MIT License
Copyright (c) [2024] [Jobi]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.