
React
Tailwind CSS
Express.js
MongoDB
Node
Career-Nest is a full-stack social media web application built using the MERN stack (MongoDB, Express.js, React, Node.js).
It allows users to connect, share posts, interact through comments and likes, follow other users, and communicate via chat.




Website: https://career-nest-alpha.vercel.app
GitHub Repository: //github.com/mahesha-br/career-nest
git clone https://github.com/mahesha-br/career-nest.git cd career-nest
# Backend cd backend npm install # Frontend cd ../frontend npm install
Create a .env file in the backend folder:
MONGO_URI=your_mongodb_atlas_connection_string JWT_SECRET=your_jwt_secret
# Start backend server cd backend npm run dev # Start frontend cd ../frontend npm run dev
Open your browser and navigate to:
http://localhost:5173
Base URL: /api
| Method | Endpoint | Description |
| ------ | --------------- | ------------------- |
| POST | /auth/signup | Register a new user |
| POST | /auth/login | Login user |
| GET | /post | Get all posts |
| POST | /post/create | Create a new post |
| POST | /comment | Add a comment |
| GET | /notification | Get notifications |
| POST | /conversation | Create conversation |
| POST | /message/send | Send message |
career-nest/ āāā backend/ ā āāā controllers/ ā āāā models/ ā āāā routes/ ā āāā index.js āāā frontend/ ā āāā src/ ā āāā dist/ ā āāā vite.config.js āāā vercel.json āāā README.md
This project is licensed under the MIT License.
Mahesha BRš GitHub: https://github.com/mahesha-br
š Portfolio: https://mahesha.dev
š¼ LinkedIn: https://linkedin.com/in/mahesha-br