Main goal of this project to show an example on how to use Spark ,Akka-http along with Couchbase by making a REST Service.
This project will hep you to make CRUD operations using your own couchbase and Spark installations.
#Steps for running the Project:
- Make two buckets i.e userBucket and testUserBucket.
- Make View using the userddoc.ddoc file present in resources.
- Make a primary index on both the buckets i.e userBucket and testUserBucket.
- Now if you want to run the test case execute "./activator clean compile test"
- If you want to run the project execute "./activator clean compile run"