Krishnamurtyp / BookStore-MEAN-Stack_APP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:HTML 51.1%Language:JavaScript 48.8%Language:CSS 0.1%