Skip to content

plus-medical/backend

Repository files navigation

Plus Medical [Backend]

API for plus-medical using docker - express - couchbase

QuickStart with Couchbase Server and Docker

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 build

Step - 2 : Run the app with docker-compose

docker-compose -f local.yml up

Step - 3 : Next, visit http://localhost:8091 on the host machine to see the Web Console to start Couchbase Server setup.

Web Console to start Couchbase Server setup

Step - 4 : Create a new bucket named plus-medical.

Add Bucket

Step - 5 : Add new user named plus-medical with role Application Access.

Add User

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.

Testing and coverage

Test and coverage procedure ...

Contributors

Edwin García
spark.com.co@gmail.com

Wilson Romero
me@wilsonromero.com

About

API and DataBase for plus-medical

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors