Skip to content

meilenstein-io/express-typescript-microservice

Repository files navigation

Minimalistic Express Boilerplate with TypeScript and Live Debugging

Perfect for microservices.


Pre-Configured:

  • NodeJS
  • Express
  • TypeScript
  • Live Debugging
  • Winston (Logs)
  • Docker
  • Docker-Compose

Pre-Installed:

  • Body-Parser
  • CORS
  • Axios
  • Lodash

Getting Started:

Run on Your Machine:

# install the npm modules
yarn install

# start the live server
yarn start

# test if it worked out:
curl http://localhost:1234/weather/nyc

Run as Docker Container:

# if you are running it for the first time:
yarn docker:setup

# to stop the microservice:
yarn docker:stop

# to start the microservice again:
yarn docker:start

# test if it worked out:
curl http://localhost:1234/weather/nyc

Questions?

Contact us at meilenstein.io.

About

Minimalistic Express Boilerplate with TypeScript and automatic Live Reload

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •