501cFree is an application that connects developers with non-profits to assist with technical projects. This repository contains the front end of our application. We invite you to check out the full application on heroku here.
This application uses a PostgresQL database to store developer and non-profit information.
- Fork and Clone the repo: Github - 501-c-free
- Install gem packages:
bundle install
- Setup the database:
rails db:{drop,create,migrate,seed}
- Run test suite with
bundle exec rspec
- Home page. Here, developers and non-profits can browse or create projects
- login/sign up, choose a role
- add a project
- Ruby 2.7.4
- Rails 5.2.6
- Faraday
- Figaro
- Omniauth-google-oauth2
- Webmock