Skip to content

Vivek-yadav01/skillConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skillConnect

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.

Features

  • 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

Tech Stack

Frontend: linkedin

Backend: twitter portfolio

Database: twitter

Add Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Frontend .env file

FRONTEND_URL= "http://localhost:4000/"

Backend .env file

PORT= 4000

MongoDBURI= "mongodb://0.0.0.0:27017/skillConnect"

How to Run

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/

Now, you can contribute to the project.

Developed By

  • Vivek Yadav

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published