MEAN stack web application. Supports CRUD functionalities.
Live Demo - https://bookstore-talkative-warthog-cb.cfapps.io/#/
Prerequisites: Node.js and mongodb installed
- Clone this app -
git clone https://github.com/csd713/BookStore.git
cd BookStore
- Install dependencies -
npm install
- Start MongoDB on a new terminal -
mongod
- Start the application -
node app.js
- Browse to http://localhost:3000