An open API service indexing awesome lists of open source software.

https://github.com/reeganviljoen/wildlifetracker


https://github.com/reeganviljoen/wildlifetracker

database rails ruby sqlite3

Last synced: 2 months ago
JSON representation

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`