API for plus-medical using docker - express - couchbase
Here is how to get a single node Couchbase Server cluster running on Docker Compose:
Step - 1 : Build the app with docker-compose
docker-compose -f local.yml buildStep - 2 : Run the app with docker-compose
docker-compose -f local.yml upStep - 3 : Next, visit http://localhost:8091 on the host machine to see the Web Console to start Couchbase Server setup.
Step - 4 : Create a new bucket named plus-medical.
Step - 5 : Add new user named plus-medical with role Application Access.
Step - 6 : Create .env file using .env.example as template:
DB_PASSWORD=*****
DB_URL=couchbase://db
DB_NAME=plus-medical
Step - 7 : See the request documentation at API Documentation.
Test and coverage procedure ...
Edwin García
spark.com.co@gmail.com
Wilson Romero
me@wilsonromero.com


