- Java 8
- Docker
- Git, Maven
- Node (
v4.1.x
+) and NPM (2.14.x
+)
-
Run postgres container:
docker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
The application runs with default credentials.
npm install
install all dependencies with npmnpm run build
saves all static files in src/main/resources/static
mvn spring-boot:run
runs app
-
Run tests with:
mvn test