WorkConnect is a freelancing website where freelancers as well as clients can register and can get projects or services.
git clone https://github.com/sethshivam11/workconnect
cd workconnect
npm run build
npm run dev
cd client
npm run dev
Open on localhost
http://localhost:5173
cd server
npm run dev
Visit
http://localhost:3000
MONGODB_URI
PORT
NODE_ENV
-> expected "production"