A CRUD app using react, semantic ui, node, express, and couchbase
https://github.com/Metnew/suicrux
https://github.com/Semantic-Org/Semantic-UI-React
https://github.com/couchbaselabs/node-ottoman
git clone https://github.com/heraldantony/react-semantic-couchbase
cd react-semantic-couchbase
npm install
npm run dev
The following values have to be changed in webpack_config/config.js The bucket has to be created in couchbase, and full text index added, before you can run "npm run dev". The "JSON type field" should be set "_type" in the index definition.
DBHOST='localhost',
DBUSER='empuser',
BUCKET='empapp',
DBPASSWORD='emp123',
SEARCH_INDEX='emp-text'
npm run server_build
npm run start