https://github.com/chamikamunithunga/task-management-system-
https://github.com/chamikamunithunga/task-management-system-
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chamikamunithunga/task-management-system-
- Owner: chamikamunithunga
- Created: 2024-09-15T11:01:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:03:16.000Z (9 months ago)
- Last Synced: 2024-09-15T13:09:44.033Z (9 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...