A todo list application created using Sinatra.
by: Lewis Nyoike & Newton Karanu & Edward Mudaida
Ruby
Sinatra
RSpec
Bundler
-
Clone the repo:
$ git clone [URL]
-
Install dependencies:
$ bundle
-
Run the app:
$ ruby app.rb
-
Navigate to http://localhost:4567/
Use $ rspec
to run tests