Skip to content

fidlow/flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c80f61f · Oct 14, 2021

History

28 Commits
Oct 22, 2020
Aug 5, 2020
Oct 22, 2020
Aug 3, 2020
Aug 3, 2020
Oct 14, 2021

Repository files navigation

Project Flow

Task manager app

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Docker run database

# sudo docker run --rm --name projectflow-postgres -p 5432:5432 -e POSTGRES_PASSWORD=123456 -v /mnt/c/Users/odont/IdeaProjects/project-flow/postgres:/var/lib/postgresql/data -d postgres

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published