This project was designed to solve the following problem:
The Forest Service is considering a proposal from a timber company to clear-cut an old-growth forest outside of Portland. Before they give the go-ahead, they need to do an environmental impact study.I have been asked to build an app so that the rangers can report wildlife sightings.
This project usses ruby 2.7.2
This project usses Rails 7.0.2.3
Sytem dependencies are listed in the Gemfile
, to install the run bundle install
The database config is the default sqlite3(3.28.0
), before running the server run all databse migrations with rails db:migrate