Practice making a simple WEBrick server with some rails-y practices.
- CSV/File as data store
- MVC pattern
- Resourceful routes
Warning: Do not run in prod!
-
Install pry/ruby
$ bundle install
-
Create an empty CSV file for the data store.
$ touch db/Game.csv
-
Run the server
$ bin/serve
Go to http://localhost:8000 to begin seeing changse