This repository contains the source code for a LinkedIn-like professional networking platform built using the MERN stack (MongoDB, Express.js, React.js, Node.js). The application enables users to create professional profiles, connect with others, share posts, and explore job opportunities.
- React.js
- Tailwind.css
- Socket.io-client
- Express.js on Node.js run time env
- Socket.io
- Mongodb
-
Clone the repository
git clone https://github.com/sofyanBoukir/OpportuNet.git
-
Configure backend
cd server npm install
-
configure the .env server file
JWT_SECRET=SECRET0001EXAMPLE PORT=5000 MONGO_URL=mongodb://127.0.0.1/oppNetDb SERVER_URL=http://localhost:5000 [email protected] [email protected] SMTP_PASS=smtp.mail.password RESET_LINK_URL=http://localhost:5173/user/new_password FRONTEND_URL=http://localhost:5173
-
Configure the frontend
npm install
- run servers
cd frontend npm run dev cd ../server npm start