You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start Database with the following script: ./local-dev-env/local-dev-env-start.sh (This starts a new docker container)
Get mock database or production database dump from a team member
Import data with config 127.0.0.1, username root, password root database password port 3306
Run backend with SPRING_PROFILES_ACTIVE=floriandev ./gradlew bootRun
Application is running if you see 2017-08-06 21:06:09.145 INFO 72562 --- [ main] backend.Application$Companion : Started Application.Companion in 24.799 seconds (JVM running for 25.413)
Check if it’s running in your browser at localhost:8088
The text was updated successfully, but these errors were encountered: