mmuruev / finnplay-login-app

Finnplay login App (Spring Boot with little frontend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoginService

Test task for login service

Development

To build the final jar the application, run:

./gradlew bootRun

For create docker image run. Maybe symlink will not work properly for your OS. In this case copy docker file in root dir as quick fix.

docker build --build-arg JAR_FILE=build/libs/\*.jar -t finnplaylogin .

Docker compose run

docker-compose

For registration use http://localhost:8080/registration

Known issues

  • docker-compose need proper image upload

About

Finnplay login App (Spring Boot with little frontend)


Languages

Language:Java 60.5%Language:HTML 39.1%Language:Dockerfile 0.5%