Skip to content

Mobile-friendly version of SFBBO guide to birding hotspots along the San Francisco Bay Trail

Notifications You must be signed in to change notification settings

debbieyuen/baytrailbirding

 
 

Repository files navigation

baytrailbirding

Build Status Code Maintainability Code Coverage Bluejay Dashboard Pivotal Tracker

Spring 2022 CS169L

Maintainability Test Coverage

Requirements

  • Ruby 2.7
  • Bundler 2
  • NodeJS v16.x

Setup

Clone the repo, then install needed gems:

$ bundle install

Then, migrate the database:

$ bundle exec rails db:migrate

Then, start the server:

$ bundle exec rails server

Testing

To run the Cucumber and RSpec tests:

$ bundle exec cucumber
$ bundle exec rspec

To run ESLint:

$ npm install
$ npm run lint
$ npm run lint:fix

About

Mobile-friendly version of SFBBO guide to birding hotspots along the San Francisco Bay Trail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 66.3%
  • JavaScript 15.0%
  • HTML 13.3%
  • SCSS 3.1%
  • CSS 1.8%
  • Gherkin 0.5%