Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selfup/task_manager
Sinatra app that helps manage tasks!
https://github.com/selfup/task_manager
Last synced: about 2 months ago
JSON representation
Sinatra app that helps manage tasks!
- Host: GitHub
- URL: https://github.com/selfup/task_manager
- Owner: selfup
- Created: 2015-08-18T19:04:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T23:04:26.000Z (over 9 years ago)
- Last Synced: 2024-10-20T07:35:50.793Z (3 months ago)
- Language: HTML
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# task_manager
Sinatra app that helps manage tasks!# Setup
Clone this repo or download the zipOpen up your terminal
cd into the root directory of this project
$ bundle install
Watch some gems get downloaded and installed$ shotgun
Open up your web browserhttp://localhost:9393
## Enjoy!