https://github.com/reeganviljoen/wildlifetracker
https://github.com/reeganviljoen/wildlifetracker
database rails ruby sqlite3
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reeganviljoen/wildlifetracker
- Owner: reeganviljoen
- Created: 2022-04-04T19:23:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T11:52:36.000Z (about 4 years ago)
- Last Synced: 2025-02-22T10:19:39.420Z (over 1 year ago)
- Topics: database, rails, ruby, sqlite3
- Language: Ruby
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
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.
## Ruby version
This project usses `ruby 2.7.2`
## Rails version
This project usses `Rails 7.0.2.3`
## System dependencies
Sytem dependencies are listed in the `Gemfile`, to install the run `bundle install`
## Database initialization
The database config is the default sqlite3(`3.28.0`), before running the server run all databse migrations with `rails db:migrate`