Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 3.37 KB

README.md

File metadata and controls

66 lines (48 loc) · 3.37 KB

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.