Skip to content

Dummy-Microservice that returns the current time for a given timezone!

Notifications You must be signed in to change notification settings

studienprojekt-sdp/time_microservice_webapi

Repository files navigation

works only locally right now, ports would need to be changed otherwise also cannot return time based on IP yet

to test locally

run the container with published ports

docker run -dit --publish 3000:3000 --name <CONTAINER_NAME> <IMAGE_NAME>

then enter in your browser's address bar

http://localhost:3000/api/timezone/tz=<TIMEZONE_NAME>

About

Dummy-Microservice that returns the current time for a given timezone!

Resources

Stars

Watchers

Forks

Packages