SkillHub is a platform designed to connect freelancers and employers, enabling the seamless posting of jobs, bidding on projects, and providing reviews for services rendered. The application aims to facilitate collaboration and create opportunities for individuals in various fields.
- Job Marketplace: Employers can post job listings and freelancers can browse available projects.
- Bidding System: Freelancers can place bids on jobs, allowing employers to choose the best candidate for their projects.
- Review System: Users can provide feedback on their experiences, fostering a community of trust and quality service.
Name | Roll No. |
---|---|
Mithun U | S20220010139 |
Varshitha B | S20220010028 |
Shrishti | S20220010202 |
Trinay Mitra | S20220010194 |
Vikas | S20220010185 |
-
Clone the Repository:
git clone https://github.com/codegasms/SkillHub.git cd skillhub
-
Install server Dependencies:
Navigate to the
server
folder and install the required packages:cd server npm install
-
Install client Dependencies:
Navigate to the
client
folder and install the necessary packages:cd ../client npm install
-
Run the Application:
Navigate back to the root folder and run both server and client servers concurrently:
cd .. npm install npm run dev