Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 477 Bytes

social-web-app-example

Example web app for Java developers who are learning Scala.

Features

  1. Written in TDD with E2E test support
  2. Scala
  3. Configured to for Heroku
  4. Java tecnologies: Spring Boot + Jetty + Maven
  5. OAuth2 integration (Google)

Run locally

$ mvn spring-boot:run -Dspring-boot.run.arguments="--server.port=${port} --server.url=http://localhost --google.client.id=${google_client_id} --google.client.secret=${google_client_secret}"