Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 275 Bytes

File metadata and controls

22 lines (15 loc) · 275 Bytes

TaskFlow API

A task management REST API built with Express and TypeScript.

Getting Started

npm install
npm run build
npm start

API Endpoints

  • GET /health — Health check

Tech Stack

  • Express.js
  • TypeScript
  • PostgreSQL
  • JWT Authentication