https://github.com/rajput-vinay/taskmaster
is is a backend project built using Express, PostgreSQL, TypeScript, and Zod. It provides a robust and scalable API for user authentication and task management.
https://github.com/rajput-vinay/taskmaster
express neondb postgressql typescript zod
Last synced: 5 months ago
JSON representation
is is a backend project built using Express, PostgreSQL, TypeScript, and Zod. It provides a robust and scalable API for user authentication and task management.
- Host: GitHub
- URL: https://github.com/rajput-vinay/taskmaster
- Owner: Rajput-vinay
- Created: 2024-12-06T13:41:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T14:47:11.000Z (about 1 year ago)
- Last Synced: 2025-06-09T11:09:05.247Z (7 months ago)
- Topics: express, neondb, postgressql, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskMaster
This is a **backend project** built using **Express**, **PostgreSQL**, **TypeScript**, and **Zod**. It provides a robust and scalable API for user authentication and task management.
## Features
- **User Authentication**: Users can sign up and log in securely using validated credentials.
- **Task Management**: Authenticated users can:
- Create tasks
- Update existing tasks
- Delete tasks
## Environment Variables
To run the project locally, create a `.env` file in the root directory with the following variables:
```env
DB_URI=your_database_connection_string_here
PORT=your_desired_port_here (e.g., 5000)
JWT_SECRET=your_jwt_secret_key_here