To get NodeJS service started quickly.
- Docker (Multi-stage build)
- Docker Compose
- TypeScript
- Lint
- ENV
- Express
- syslog
# [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
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.