curbyourcode / Library-App

deployed site

Home Page:https://library-app-12f62.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

library-app

An application used to store different libraries with and their inventory of books into a database. An Admin has the ability to add more books to a particular library and also has the ability to add a new library. Full Crud functionality.

Deploy firebase Instructions:

$ npm install -g firebase-tools $ ember build --prod $ firebase login $ firebase init

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • Project is deployed using Firebase just click the link at the top of the page. Below our isntructions on cloning down project.
  • git clone <repository-url> this repository
  • cd library-app
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

deployed site

https://library-app-12f62.firebaseapp.com


Languages

Language:JavaScript 63.3%Language:HTML 31.5%Language:CSS 5.3%