Node - Couchbase server with simple JWT authentication.
This is the server side of ReactJS-Couchbase-TODO-Client. Steps you need to follow.
- Pull Couchbase Docker image
docker pull couchbase
- Clone the repository
git clone https://github.com/ahmedakmal525/ReactJS-Couchbase-TODO-Server.git
- Install the dependencies
cd ReactJS-Couchbase-TODO-Server && yarn install
orcd ReactJS-Couchbase-TODO-Server && npm install
- Install Nodemon
yarn global add nodemon
ornpm install -g nodemon
- Run the server
nodemon index.js