Ember.js frontend for Give Back, using Ember Data to request JSON from Rails API backend (https://github.com/caitlynl22/nonprofit_giving_api). Give Back is a nonprofit giving app that organizes nonprofits by cause (arts, human services, etc.) and allows users to donate to organizations' individual campaigns. User authentication is achieved with Ember Simple Auth and Ember CLI Simple Auth Devise. Plans to implement Stripe and AWS (for organizations to upload photos to their profiles).
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- 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.