Skip to content

task-vault/server

Repository files navigation

Task Vault – Server

This is the backend API for the Task Vault project.
Additional information about Task Vault can be found here: task-vault


API Documentation

You can find detailed API documentation, including example requests and responses, at:

👉 docs.hrustinszki.tech


Tech Stack

Backend

Database

  • Database: PostgreSQL (managed by Aiven.io)

Project Structure

task-vault-server/
├── src/
│   ├── auth/          # Authentication logic (JWT, Passport)
│   ├── tasks/         # Task-related endpoints
│   ├── users/         # User registration and management
│   └── ...            # Additional modules
├── drizzle/           # ORM configuration and migrations
└── main.ts            # Entry point

About

Backend application for @task-vault

Topics

Resources

Stars

Watchers

Forks

Contributors