Skip to content

Latest commit

Β 

History

History
51 lines (34 loc) Β· 721 Bytes

File metadata and controls

51 lines (34 loc) Β· 721 Bytes

Team Task Manager (Backend)

πŸš€ Overview

Backend API for Team Task Manager built with Node.js, Express, and MongoDB.


✨ Features

  • JWT Authentication
  • Role-Based Access Control
  • Project Management APIs
  • Task Management APIs
  • Task assignment and status updates

πŸ›  Tech Stack

  • Node.js
  • Express
  • MongoDB
  • JWT Authentication

🌐 Live API

The Backend is deployed at RAILWAY:

https://teamtaskmanagerbackend-production-8fbf.up.railway.app


βš™οΈ Setup

git clone https://github.com/rudrakushwaha/teamTaskManager_Backend
cd backend
npm install
npm run start

πŸ”‘ Environment Variables

MONGO_URI=your_mongo_uri
JWT_SECRET=your_secret