Skip to content

mohnishbaker/task-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager API

A RESTful API for managing tasks and users, built with Node.js, Express, Prisma, and TypeScript. Includes JWT-based authentication, task CRUD with filtering and pagination, rate limiting, and more.

Setup & Installation

Clone the Repository

git clone https://github.com/yourusername/task-manager-api.git cd task-manager-api

Install Dependencies

npm install

Create a .env file

Create a .env file in the root directory and add: DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE JWT_SECRET=your_jwt_secret

Start the Development Server

npm run dev

Server will run on http://localhost:3000

Testing

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors