Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 310 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 310 Bytes

Rails Weather Tracker

First time setup

Clone this repository, and then to initialize the database and install gems, run ruby bin/setup

Starting the Server

Run ruby bin/rails server. You can then visit http://localhost:3000 to browse the site

Running Tests

Run ruby bin/rails test:system