Skip to content

ythosa/tstm

Repository files navigation

TSTM

Badge Badge Badge

Description

TSTM is simple & useful task manager application.

Available scripts

# start application in development mode
$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build

# build application
$ docker-compose build

# run application
$ docker-compose up

# run and build? application
$ docker-compose up --build
# see api service logs
$ docker logs tstm_api

# see api database logs
$ docker logs tstm_db 
# remove api container
$ docker-compose rm api

# remove auth db container (to clear database)
$ docker-compose rm db
# get all volumes
$ docker volume ls 

# get all images
$ docker images

# get all working processes
$ docker ps

Support

TSTM is an GPL-3.0 - licensed open source project. It can grow thanks to the sponsors and support by the amazing backers.

Stay in touch

License

About

API for Task Manager on NestJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published