Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliramazanov/task-management
Task Management App Built on NestJS
https://github.com/aliramazanov/task-management
jest nestjs nodejs postgresql typeorm typescript
Last synced: 21 days ago
JSON representation
Task Management App Built on NestJS
- Host: GitHub
- URL: https://github.com/aliramazanov/task-management
- Owner: aliramazanov
- Created: 2024-10-21T16:06:39.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T14:00:16.000Z (26 days ago)
- Last Synced: 2024-10-23T15:31:13.235Z (26 days ago)
- Topics: jest, nestjs, nodejs, postgresql, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Management Application
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
## Overview
- This is a Task Management Application built using the Nest.js framework.
- The application includes CRUD operations and standard authentication & authorization practices.## Features
- User registration and login
- Create, read, update, and delete tasks
- Secure user authentication and authorization
- RESTful API structure## Technologies Used
- Nest.js
- TypeScript
- PostgreSQL
- JWT for Auth
- Tested with Jest
- Postman collection included## Course Credit
This application was built by following Ariel Weinberger's Udemy course on Nest.js.