Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Task Management Application


Nest Logo

[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.