By Smriti Sruti
Hiring Lane is a job portal which is designed using MERN stack technologies. IT facilitates posting and applying for jobs according to users authorization.
Hiring Lane is a job portal which is designed using MERN stack technologies.
It has been divided into two parts Frontend and backend for frontend React and Material UI is used while for backend nodejs and MongoDB is used.
In order to run the project follow the below instructions-
npm install- it will install all the libraries and package required
npm install bcryptjs body-parser cookie-parser cors dotenv express jsonwebtoken mongoose nodemon morgan
npm init
for running backend -nodemon app.js
for database connectivity use mongodb url in .env file
//Frontend
npm i @mui/material @motion/react @motion/styled
npm i @mui/icons-material
npm i redux react-redux redux-thunk [email protected] react-toastify react-router-dom formik yup
npm i @redux-devtools/extensions --save
for runnig frontend -npm run /npm start
Submitted by Smriti Sruti (Smmritistha5)
Download packets of source code on Coders Packet
Comments