==========
- Duane M. Moody
- Dex Fitch
- Amy Michelle Johnson
- Carli Martinez
- Monty Rohde
- Debbie Cravey
- and many thanks to:
- Jake Kaad
AmberPet is a local pet registry that connects people who lose or find a missing animal companion and helps to facilitate a safe return home. It provides the ability to report an animal as lost or found, provides the user's contact info, location information, and a photo of the animal for purposes of reunions with lost pets. The app comes with opt-in Twilio functionality that will send a text message to alert users of new lost and found reports (if it is connected to a functioning Twilio account), much like the national Amber Alerts have done for missing children. Amber Pet uses the Google Maps API to display the reported animals within a given area.
- Rails
- Rails-CSRF
- Ember-CLI
- Ember-CLI-Pretender (for testing)
- Ember-CLI-Simple-Auth
- Ember-CLI-Simple_Auth-Devise
- Node & npm
NOTE: Twilio credentials should be stored in a .env file in order to keep them secure.
Install AmberPet by first cloning the repository.
$ git clone https://github.com/dacravey/amber_pet_ember.git
To create database, open terminal and run
$ rake db:create
$ rake db:migrate
$ rake db:seed
- start postgresql
- in Rails directory, start Rails server:
rails s
- in Ember directory, start Ember server:
ember server --proxy http://localhost:3000
- open browser to localhost:4200
- Issue Tracker: github.com/dacravey/amber_pet_ember/issues
- Source Code: github.com/dacravey/amber_pet_ember
If you are having issues, please let us know at: [email protected]
If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as possible to help with fixing the possible bug. We also welcome your help if you choose to fork and send a pull request.
https://github.com/dacravey/amber_pet_ember/issues
MIT License. Copyright AmberPet 2015