Skip to content

smitmorjariya/TeamOrbit-Task-Manager-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

🧠 MERN Stack Task Management System

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.


📁 Project Structure

Struktur folder MERN proyek


🚀 Tech Stack

Frontend

Backend


📦 Getting Started

📁 Clone the Repository

git clone https://github.com/smitmorjariya/Task-Manager.git

cd backend

npm install

Create a .env file inside the backend/ folder:

MONGO_URI=your_mongo_connection_string
JWT_SECRET=your_jwt_secret
PORT=8000

Start the backend server:

npm run dev

🎨 Frontend Setup

cd frontend
npm install
npm run dev

🌐 API Routes

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

🧑‍💻 Author

Morjariya Smit N.

Final Year B.E. CSE | MERN Stack Developer

🔗 LinkedIn

💻 GitHub

About

About Task Manager is a full-featured task management system built using the powerful MERN stack. It allows users to create, update, and manage tasks with ease through a modern, responsive UI. Perfect for boosting productivity—whether you're working solo or managing a team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors