A Day Away is an MVC food-focused road trip planner built with Ruby on Rails. Find out more about the coding process by reading my Medium post.
-
Git clone this repo.
-
CD into this repo on your local machine.
-
Run $ bundle install in your terminal to install all dependencies.
-
Run $ rails s to launch Puma web server.
-
Visit http://localhost:3000 to sign up for an account and create road trip itineraries.
-
Enter CTRL + C to stop running server and exit program.