Java Spring Boot REST API front end for a Couchbase user profile store
-
Clone this repo
-
Provision a couchbase instance using the n1ql-query-nodejs repo
Information can be found: https://github.com/ToddGreenstein/n1ql-query-nodejs -
Build the application
./gradlew run
Binds to http://localhost:8080 by default.
For mappings, try http://localhost:8080/mappings
For Reference of available endpoints and curl examples, refer to the DemoApplication class