Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 422 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 422 Bytes

README

Running Locally

Make sure you have Ruby installed.

$ git clone [email protected]:Azfletch/blog.git
$ cd blog
$ bundle install

Now boot the app:

$ rails s

The blog should now be running on localhost:4000.

Running Tests

To run the test suite use the following command:

$ rspec

Database setup

$ rails db:create
$ rails db:migrate