Skip to content

topdiary/template-nodejs

Repository files navigation

Template Service

To get NodeJS service started quickly.

  • Docker (Multi-stage build)
  • Docker Compose
  • TypeScript
  • Lint
  • ENV
  • Express
  • syslog

Usage

# [Makefile] create local network πŸŒ‘
make network

# [Makefile] local build πŸ“¦
make build

# [Makefile] build & start service πŸ“¦ πŸš€
make reup

# [Makefile] start service πŸš€
make up

# [Makefile] logs πŸ’¬
make logs

# [Makefile] shell into service 🐚
make sh

# [Makefile] down service πŸ’€
make down

# [Makefile] test service πŸ§ͺ
make test

# [Makefile] down service & cleaning up 🧹
make clean

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Template NodeJS Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published