Skip to content

yogimnss/weather_forcast_api

Repository files navigation

This Springboot Microservice

To Run this you clone it directly in your code editor and start using it

or create docker image of this and run it

STEPS TO Create Docker Image

Build Project -- ./gradlew build

Build Docker Image -- docker build -t myTestApp .

Run Docker Image -- docker run -p 8080:8080 myTestApp

Postman Collection of both API is there in project directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published