Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 729 Bytes

HOWTO.md

File metadata and controls

executable file
·
16 lines (12 loc) · 729 Bytes

How to deploy locally

  • checkout and import this project as gradle project in eclipse/intellij
  • you must have mongo installed as it is backed by mongo-db
  • change the mongo credentials in application-local.properties
  • got to root folder and run the following command:
  • gradle clean bootRun -Dspring.profiles.active=local
  • you can debug this application on port 5050 (configurable in build.gradl)

GraphiQL

APIs