Example App build using KeystoneJS framework on top of NodeJs, ExpressJs and MongoDB
A Node app built with KeystoneJS, MongoDB and Jade. For demonstration purposes and a tutorial.
Node provides the RESTful API. Jade provides the frontend and accesses the API. MongoDB stores like a hoarder.
- Clone the repository
- Install the application:
npm install - Start the server:
node keystone.js - View in browser at
http://localhost:3000
Please let me know in case of any issue
~Munish Chopra