Skip to content
/ blog Public

A blog made as part of the {Pro}Coders course

Notifications You must be signed in to change notification settings

Azfletch/blog

Repository files navigation

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

About

A blog made as part of the {Pro}Coders course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published