SkillConnect is a platform designed to connect laborers with potential employers, facilitating job opportunities and workforce recruitment. This project was developed during a hackathon at NITJ, demonstrating the ability to quickly develop and deploy a full-stack application under tight deadlines.
- Laborer and Employer Connection: Facilitate connections between laborers seeking jobs and employers looking for workers.
- User-Friendly Interface: Built with React and Tailwind CSS for a responsive and intuitive user experience
To run this project, you will need to add the following environment variables to your .env file
FRONTEND_URL= "http://localhost:4000/"
PORT= 4000
MongoDBURI= "mongodb://0.0.0.0:27017/skillConnect"
Clone the project
git clone https://github.com/Vivek-yadav01/skillConnect.git
Go to the project directory
cd skillConnect
Open two terminal
In First Terminal:
cd frontend
npm i
npm run dev
In Second Terminal:
cd backend
npm i
npm start
Go to link:
http://localhost:5173/
- Vivek Yadav