This website collects cookies to deliver better user experience
Setup the database:
docker pull couchbase:7.0.0-beta docker run -d --name cb7 -p 8091-8096:8091-8096 -p 11210-11211:11210-11211 couchbase:7.0.0-beta
Visit the locally running web admin at: localhost:8091
Setup New Cluster with name & password
Configure Disk, Memory, Services with at least: data, query, index services checked.
Add a bucket named travel
travel
git clone https://github.com/httpJunkie/intro-to-ottoman-v2.git && cd intro-to-ottoman-v2 && npm install && code .
node createAirline.js
node findAirline.js node findWithQueryBuilder.js
node updateAirline.js
27
0