Skip to content

somandra/BookStore-MEAN-Stack_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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