Skip to content

NestJS Task Management project. Code from Udemy course "NestJS Zero to Hero - Modern TypeScript Back-end Development"

Notifications You must be signed in to change notification settings

EduardoYoo/nestjs-task-management

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

A task management app that uses NestJS with TypeORM to interact with a PostgreSQL database. Based on the Udemy course "NestJS Zero to Hero - Modern TypeScript Back-end Development".

Requirements

Make sure you have Node and Docker installed in your machine.

Installation

$ yarn install

Running the app

# Create database
$ yarn start:dev:db

# Run the app
$ yarn start:dev

#Optionally, add some data to the database
$ yarn typeorm migration:run -d ./ormconfig.ts

Test

# Unit tests
$ yarn test

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

License

Nest is MIT licensed.

About

NestJS Task Management project. Code from Udemy course "NestJS Zero to Hero - Modern TypeScript Back-end Development"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published