/friendly-advice

Base repo used for backend module 3 email lesson

Primary LanguageRuby

Friendly Advice

This repo is used as an example for Backend Module 3 email lesson.

Versions

Ruby 2.5.3

Rails 5.2.5

Set Up Instructions

git clone https://github.com/turingschool-examples/friendly-advice.git friendly-advice

cd friendly-advice

bundle install

rails db:{create,migrate}

Running Locally

From the command line:

rails s

Then open a web browser and visit localhost:3000