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
- Host: GitHub
- URL: https://github.com/d2verb/todo-app
- Owner: d2verb
- Created: 2017-03-23T12:13:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T00:30:18.000Z (about 8 years ago)
- Last Synced: 2025-01-16T07:38:45.220Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```