Skip to content

geekcampdotid/geekcamp.id

Repository files navigation

README

Requirements

  • Ruby: 3.0.2
  • Rails: 6.1.4
  • PostgreSQL

Running local server

  • bundle install
  • bin/rails db:create
  • bin/rails db:migrate
  • rails server (starts the server on localhost:3000)

Finally

  • rspec spec (to run the test)