Skip to content

fidlow/flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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