Database of books.
Setup - http://keystonejs.com/
-
npm install
-
yo keystone
-
node keystone
Enter data by login to admin http://localhost:3000/keystone/ ( [email protected] / admin )
Under the hood, KeystoneJS uses the express.js web server framework, and a MongoDB database via the mongoose object modelling framework.