An open API service indexing awesome lists of open source software.

https://github.com/chamikamunithunga/task-management-system-


https://github.com/chamikamunithunga/task-management-system-

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

For an intermediate TypeScript project, we can build a Task Management API. This project will introduce you to working with TypeScript in a backend environment, using Express (a popular Node.js framework), TypeScript, and REST API concepts. We'll also use a simple in-memory database (objects in memory) to keep things straightforward, but you could later integrate a database like MongoDB or PostgreSQL.

Overview

---------
Goal: Build a simple task management system with CRUD operations (Create, Read, Update, Delete) using TypeScript and Express.
this is my first project of ts...