Skip to content

alchemycodess/task-management-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Task Management Backend API

A backend API for managing tasks in a team, built with Node.js, Express, PostgreSQL, and Prisma.


Tech Stack

  • Node.js
  • Express
  • PostgreSQL
  • Prisma ORM
  • pnpm

Current Status

  • Project setup completed
  • PostgreSQL connected locally
  • Prisma configured
  • User schema created and migrated

Database Schema (so far)

User

  • id (UUID)
  • email (unique)
  • password (hashed)
  • role (USER, OWNER)
  • createdAt
  • updatedAt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors