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.
$ npm install -g firebase-tools $ ember build --prod $ firebase login $ firebase init
You will need the following things properly installed on your computer.
- 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 repositorycd library-app
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.