This project is based on https://github.com/aligoren/express-typescript-test and uses Typescript and expressjs.
But I think there is not so much left from it as I tried to align this project to my Go API sample. Also it shows how to register routes and middlewares.
Just run
npm install
npm start
Afterwards you can just call the following endpoings e.g. in your Browser: . http://localhost:8080/ . http://localhost:8080/health . http://localhost:8080/json . http://localhost:8080/notfound