Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turingschool-examples/adopt_dont_shop
https://github.com/turingschool-examples/adopt_dont_shop
be-2 project rails-application rails5
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/turingschool-examples/adopt_dont_shop
- Owner: turingschool-examples
- Archived: true
- Created: 2021-03-31T21:50:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T23:49:53.000Z (over 1 year ago)
- Last Synced: 2024-09-18T00:20:34.443Z (3 months ago)
- Topics: be-2, project, rails-application, rails5
- Language: Ruby
- Homepage:
- Size: 309 KB
- Stars: 3
- Watchers: 7
- Forks: 302
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adopt, don't Shop
This is a paired project used in Turing School's Backend Program Module 2.
## Learning Goals
In this project, students will build upon the code in this repo to create a Pet Adoption Platform. Users will be able to apply to adopt pets, and Admins will be able to approve or reject applications and see statistics for the Shelters, Pets, and Applications in the system.
* Build out CRUD functionality for a many to many relationship
* Use ActiveRecord to write queries that join multiple tables of data together
* Use MVC to organize code effectively, limiting the amount of logic included in views and controllers
* Validate models and handle sad paths for invalid data input
* Use flash messages to give feedback to the user
* Use partials in views
* Use `within` blocks in tests
* Track user stories using GitHub Projects
* Deploy your application to the internet## Requirements
* Project must use Rails 5.2.x, Ruby 2.7.4, and PostgreSQL
* Use of `resources` on this project is not permitted
* Use of scaffolding on this project is not permitted
* Students wanting to use any extra gems on this project must first get permission from your instructors
* Pre-approved gems are `capybara, pry, faker, factory_bot, orderly, simplecov, shoulda-matchers, launchy`## Project Phases
1. [Set Up](./doc/set_up.md)
1. [User Stories](./doc/user_stories.md)
1. [Evaluation](./doc/evaluation.md)## Check In
This project will have one Check In. During your Check In, you should be prepared to review your database schema for the many to many relationship, your deployment to Heroku, and your GitHub Projects board.