Skip to content

Instantly share code, notes, and snippets.

View markertmer's full-sized avatar
💭
curious

Mark Ertmer markertmer

💭
curious
View GitHub Profile
Where will you start in the codebase, and why did you decide to start there?
- Read the documentation!
- I started with the routes file because it gives an idea of what input comes from the user, and what processes are initiated from there.
- Next I looked at the schema and put it into dbdiagram.io to learn what kinds of data is being tracked in the database.
What is familiar to you about the codebase?
- Looks like a Rails app.
- Models
- Database/migrations/schema
- Has a service for SMS sending