Skip to content

A small sandbox project which suggests outfit levels based current temperature

License

Notifications You must be signed in to change notification settings

akullpp/outfitr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

outfitr

Requirements

Docker (stable:latest)

An environment variable OMW_API_KEY has to be set which should be a valid API Key for OpenWeatherMap.

If you use an HTTP(S) proxy, ensure that the correct environment variables, i.e. http_proxy and https_proxy are set.

Don't forget to adapt your IDE's run configurations as well!

Run

docker-compose up

or a clean slate

docker-compose up --build

The server can be accessed under port 8080.

The Swagger API can be used under the http://<host>:<port>/swagger-ui.html URL.

If you need a proxy, you set it like usual with -Dhttp(s).proxyHost=<host> -Dhttp(s).proxyPort=<port> depending if it's a HTTP or HTTPS proxy. A quick way to do this would be to set this in the Dockerfile itself.

Development

./mvwn spring-boot:run

The backend will be available at port 11000.

Build

./mvwn clean install

About

A small sandbox project which suggests outfit levels based current temperature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published