Skip to content

An app to track animal sightings (Epicodus Rails Week 1 Monday)

Notifications You must be signed in to change notification settings

codemargaret/wildlife_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wildlife Tracker

An app that allows a user to keep track of animals and sightings of them, 11.13.2017

By Margaret Berry, David Hale, and Aaron Rohrbacher

Project Goals

  • Get comfortable with Rails.
  • Use ActiveRecord with Rails.
  • Implement validations.
  • Build out CRUD functionality.

User Stories

  • As a user, I want to:
    • Create a new animal
    • Edit an animal
    • Delete an animal

Future Features

  • As a user, I want to:
    • Create a new sighting
    • Edit a sighting
    • Delete a sighting

Setup/Installation Requirements

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd wildlife_tracker
  3. $ bundle install
  4. $ rails db:create
  5. $ rails db:test:prepare
  6. $ rails db:migrate
  7. $ rails s
  8. Navigate to localhost:3000

Known Bugs

If a user tries to create a sighting, the application will throw an error.

Support and contact details

If you have issues, questions, ideas, or concerns, please contact Margaret. Feel free to make a contribution to the code.

Technologies Used

  • Ruby-on-Rails
    • Ruby 2.4.1
    • Rails 5.1.6
  • ActiveRecord

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry, David Hale, and Aaron Rohrbacher

About

An app to track animal sightings (Epicodus Rails Week 1 Monday)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published