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