/webrick-example

Example of webrick-only ruby app - Swing Girl

Primary LanguageRuby

Description

Practice making a simple WEBrick server with some rails-y practices.

  1. CSV/File as data store
  2. MVC pattern
  3. Resourceful routes

Warning: Do not run in prod!

Running locally

  1. Install pry/ruby

    $ bundle install
  2. Create an empty CSV file for the data store.

    $ touch db/Game.csv
  3. Run the server

    $ bin/serve

    Go to http://localhost:8000 to begin seeing changse