/mytasks

Task Management system with NestJS & GraphQL

Primary LanguageTypeScript

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

Project description

A Self-defined project for managing tasks based on users and teams

Using GraphQL and MySQL

Installation

Hint: Install mysql database on your machine and change database config in typeorm.config.ts file before running

$ npm install

Running the app

# development - on localhost:4000
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Stay in touch