BookStore

MEAN stack web application. Supports CRUD functionalities.

Live Demo - https://bookstore-talkative-warthog-cb.cfapps.io/#/

Getting started

Prerequisites: Node.js and mongodb installed

  1. Clone this app - git clone https://github.com/csd713/BookStore.git
  2. cd BookStore
  3. Install dependencies - npm install
  4. Start MongoDB on a new terminal - mongod
  5. Start the application - node app.js
  6. Browse to http://localhost:3000