Skip to content

AFungo/tasks-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

A simple task management REST API built with Node.js, Express, TypeScript, and MongoDB.
This project is designed as a learning exercise to practice fullstack development, API design, and database integration.

Requirements

Installation

Install dependencies:

npm install

Environment Variables

Create a .env file in the project root:

PORT=4000
MONGO_URI=your_mongo_connection_string
JWT_SECRET=change_this_secret
NODE_ENV=development

Running the project

npm run dev

About

A simple task management REST API built with Node.js, Express, TypeScript, and MongoDB. This repository is meant as a learning project to practice fullstack development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors