Yay, bagong website. LOL
- Postgresql 9.6
- ruby 2.3.5
Install dependencies and run the following on your terminal:
# Clone and setup to the repo
$ git clone [email protected]:phrug/pinoyrb.git
$ cd pinoyrb
$ bundle install
$ bundle exec rake db:setup
# Run tests
$ bundle exec rspec spec
# Run server
$ bundle exec rails server