Demo • Key Features • How To Use • Screenshots
Here is a live working demo : https://jobdash.onrender.com/
- User Authentication
- Add Job you are applying to
- Instantly see your job listed on All Jobs page
- Multiple User roles
- User
- Demo User
- Admin
- Search, Sort and Filter jobs
- Search jobs based on keywords
- Sort jobs in alphabetical order and date created
- Filter jobs on basis of Job Status and Job Type
- Edit and Delete Jobs
- See Job Stats
- Number of jobs with job status
- Interview
- Pending
- Declined
- Graph
- Bar Chart
- Area Chart
- Number of jobs with job status
- Edit Profile
- with Profile Image
- Dark / Light mode
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/Piyush-Deshmukh/JobDash.git
# Go into the repository
$ cd JobDash
# Install dependencies
$ npm run setup-project
# Create .env file
# set ENV Variables, use sample .env below
# Run the app
$ npm run devNODE_ENV=
PORT=
MONGO_URL=
JWT_SECRET=
JWT_EXPIRES_IN=
CLOUD_NAME=
CLOUD_API_KEY=
CLOUD_API_SECRET=









