Skip to content

curbyourcode/Library-App

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.2%
  • HTML 31.5%
  • CSS 5.3%