My portfolio built on ruby on rails.
by: Betty Mutai
Ruby
Rails 5.1.3
RSpec 3.6
Postgres
-
Clone the repo:
$ git clone [URL]
-
Install dependencies:
$ bundle
-
Create the database
$ rails db:setup
-
Start the server:
$ rails s
-
Navigate to http://localhost:3000/
Use $ rspec
to run tests