A sample web application, which is basically a login screen and keeping the session of a user, utilizing Couchbase Server for Storage
The interface uses React and Grommet and the Backend is a Node.js application.
To start the server run: cd server/ npm install npm run dev
Remove comments in server to create a user
To start the client run: npm install npm run dev