Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcushellberg/nps
https://github.com/marcushellberg/nps
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcushellberg/nps
- Owner: marcushellberg
- Created: 2024-11-03T16:10:22.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-11-03T16:19:56.000Z (12 days ago)
- Last Synced: 2024-11-03T17:22:44.845Z (12 days ago)
- Language: Java
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot and Vaadin NPS demo app
## Pre-requisites
- Java 21
- Docker
- API keys as environment variables
- Google OAuth2
- `GOOGLE_CLIENT_ID`
- `GOOGLE_CLIENT_SECRET`## Running the app
Run `NpsApplication` class in your IDE or run `./mvnw spring-boot:run` in the terminal.
This will automatically start a PostgreSQL database through the included docker-compose file and
initialize the database with some sample data.