- Demo code via text editor (updated code base pulled from Main), Postico, Postman, etc
- Sage
- Bruce
- Chris
- George
While studying at Turing, many of my cohorts and I had been using a guide published by Felipe Luiz Soares hosted on Medium. Due to the Travis-CI transitioning from Travis-CI.org to Travis-CI.com, that guide has become a bit out of date.
rails new my_rails_app -T -d postgresql --apiRails New API App Step by Step References: Building an API Lesson Building an API Exercise Ian Video Dione Video
Start a new rails API app:
Initial Setup:
Users input data to calculate carbon footprint, find carbon offset information.
type Query {
Project: Viewing Party
Overview: https://backend.turing.io/module3/projects/viewing_party/index
Group Member Names: Christopher Allbritton, Jesse Mellinger, & Kevin Cuadros
Co-Author Information:
Co-authored-by: Chris Allbritton <63476564+Callbritton@users.noreply.github.com>
Rails Step By Step “Guide”
Start a new rails project:
Reference: https://github.com/turingschool-examples/task_manager_rails
This will start a new Rails App with postgresql as database and skip the usage of Spring and Turbolinks (method used in task_manager):
rails new task_manager -T -d="postgresql" --skip-spring --skip-turbolinks
Project: Monster Shop Group
Group Member Names: Christopher Allbritton, James Belta, Garrett Gerdsen, Drew Williams
Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):
Passing score for the project (https://github.com/turingschool-examples/monster_shop_2005 Complete User Stories 1-54 Satisfy the learning goals
Project: Adopt Don't Shop Paired
Group Member Names: Christopher Allbritton, ??
Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):