Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.47 KB

File metadata and controls

63 lines (41 loc) · 1.47 KB

CLIENTCONNECT

A Fullstack marketplace website (MERN stack)


About The Project :

Clientconnect is a MERN stack marketplace website to connect freelancers to clients that have freelance jobs to offer. Freelancers have the ability to bid for projects they believe they are qualified for and the clients will choose which freelancers they feel suit best.

The common funtionalities are :

  • The user as a client can post jobs
  • The user can create account either as a freelancer or client
  • The user as a freelancer can browse jobs posted by potential clients
  • The user as a freelancer can bid for jobs that they feel fits their profile
  • The user as client can chat with freelancers that bid on their projects

This project was built with :

  • React

  • Node js

  • Express js

  • MongoDb

Please click the link below for the source code for the backend of this project.

ClientConnect-BE

This project is hosted :

  • Frontend - Vercel
  • Backend - Heroku

Getting Started

This project was bootstrapped with Create React App.

Available Scripts

To run project :

npm start

To build project :

npm run build