An open API service indexing awesome lists of open source software.

https://github.com/d2verb/todo-app

A simple todo app using Sinatra
https://github.com/d2verb/todo-app

Last synced: 2 months ago
JSON representation

A simple todo app using Sinatra

Awesome Lists containing this project

README

          

## What's this ?
A simple todo app using Sinatra.

## How to run this
```
$ git clone https://github.com/d2verb/todo-app
$ cd todo-app
$ bundle install --path=vendor/bundle
$ bundle exec rake db:migrate
$ bundle exec rackup
```