Update

We have updated the content of our program. To access the current Software Engineering curriculum visit curriculum.turing.edu.

The DMV - Setup

Back to The DMV Home

Repository Setup

  • Fork this repository
  • Clone YOUR fork to your computer
  • Make sure you don’t clone the turingschool-examples repository
    • You can confirm that you have cloned the correct repository by running git remote -v. You should see something like this:
    origin	git@github.com:<YOUR_USERNAME>/the_dmv.git (fetch)
    origin	git@github.com:<YOUR_USERNAME>/the_dmv.git (push)
    
  • After you clone your fork, navigate into the project root directory and run bundle install:
    cd the_dmv
    bundle install
    
  • Complete the iterations included in the project requirements
  • Remember to commit frequently!

Lesson Search Results

Showing top 10 results