- https://opensource.com/article/19/5/python-3-default-mac
- https://realpython.com/django-setup/
- https://www.sitepoint.com/django-for-the-rails-developer/
- https://www.section.io/engineering-education/django-app-using-postgresql-database/
- https://www.django-rest-framework.org/tutorial/quickstart/
- https://docs.djangoproject.com/en/3.2/intro/overview/
- https://docs.djangoproject.com/en/3.2/ref/django-admin/
- Create GitHub Repo
- Login to travis-ci.com -> Profile Settings -> Migrate tab -> Activate all repos -> only select repos
- GitHub -> Settings -> Developer Settings -> Personal Access Token -> Generate New Token -> Scope (see below)
- repo
- admin:org
- admin:repo_hook
- user
- Add gem 'travis' to Gemfile -> bundle
Partner: Scott Borecki
Project Reflection
- What is one thing that went unusually well during this project?
- Despite you having a more advanced technical skill set, I appreciate how patient you were with me. You did a great job explaining what you did and why in a way I feel confident I could repeat on my own if I had to. Pseudocoding your thoughts was really helpful too. I definitely picked up on the efficiency and quality of how you problem solve and probably learned more from you than any partner I've had up to this point.
rails generate --help(list all options to use with "rails generate" command)
bundle installorbundle(install gems added/listed in Gemfile)bundle update(update gems)bundle exec rspec(run rspec testing suite)gem cleanup(remove older versions of a gem within a project)
Warning: This checklist does not rely on TDD to build up the rails app. It uses some MVC code snippets, so make sure to replace them with names you use on your project. Most references are from
https://backend.turing.io/module2/misc/blogger
https://github.com/turingschool-examples/task_manager_rails
- Create Rails Application
- From the command line, start a new rails app. For example,
rails new project_name -T -d="postgresql" --skip-spring --skip-turbolinks
To make a copy of this rubric:
- Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
- To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.
- I named my directories correctly.
CAREFULLY READ ALL THE INSTRUCTIONS BEFORE STARTING THESE EXERCISES!
To start this assignment:
- Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
- Click the Edit button when you're ready to start adding your answers.
- To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.
- Preview lesson the day of class
- Attend Class
- Take handwritten notes
- Review HW assignment after class and ask questions if something is unclear
- Review and tidy notes some time after class while information is fresh
- Spend 15-30 mins some time after class practicing learned skills
CAREFULLY READ ALL THE INSTRUCTIONS BEFORE STARTING THESE EXERCISES!
To start this assignment:
- Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
- Click the Edit button when you're ready to start adding your answers.
- To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.