Muedgar / backendtaskmanager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a backend for a task management app, to run the app successfully, you will need environment variable, and a running instance of postgresql on you computer.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

About


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%