Skip to content

A take on AngularJS and FireBase shopping cart project built for front and admin SPA app development Demo: https://ng-store.firebaseapp.com/

License

Notifications You must be signed in to change notification settings

NorikDavtian/ng-store

Repository files navigation

ng-store

Angular Store

A simple store CRUD application demo with Angular and Firebase.

Installation

In order to get your local copy working follow these few steps.

  1. Signup for Firebase, and add a new app from your dashboard: https://www.firebase.com/account/
  2. (Optional) Setup Free hosting provided by Firebase https://ng-demo.firebaseio.com/?page=Hosting and follow the instructions, or use your own hosting. You don't need this if you are running a local server but would be nice to use this as our staging server.
  3. Go to your newly created app url and Import app-content/ng-store-export.json file for our demo configurations.
  4. change the .value('fbURL', 'https://ng-store.firebaseio.com/'); in app/main.js and app-admin/main.js to your newly created firebase app URL.
  5. Install Node modules by running $ npm install.. (Note: Install Grunt CLI, SASS and Compass if you have not already)
  6. Run Grunt tasks $ grunt

License

MIT & GPL3

Credits

This project was made possible thanks to these awesome projects.

About

A take on AngularJS and FireBase shopping cart project built for front and admin SPA app development Demo: https://ng-store.firebaseapp.com/

Resources

License

Stars

Watchers

Forks

Packages