A full-stack TeamOrbit-Task Management System built using the MERN stack. This application allows users to create, read, update, and delete tasks with a clean and responsive interface.
📁 Clone the Repository
git clone https://github.com/smitmorjariya/Task-Manager.gitcd backend
npm installCreate a .env file inside the backend/ folder:
MONGO_URI=your_mongo_connection_string
JWT_SECRET=your_jwt_secret
PORT=8000Start the backend server:
npm run dev- The server will start on http://localhost:8000
cd frontend
npm install
npm run dev- The frontend will start on http://localhost:5173 (default Vite port)
| Method | Route | Description |
|---|---|---|
| GET | /api/tasks | Fetch all tasks |
| POST | /api/tasks | Create a new task |
| PUT | /api/tasks/:id | Update a task |
| DELETE | /api/tasks/:id | Delete a task |
Morjariya Smit N.
Final Year B.E. CSE | MERN Stack Developer
💻 GitHub
