Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkrage/todo_lite
Messing around with grape
https://github.com/rkrage/todo_lite
Last synced: about 1 month ago
JSON representation
Messing around with grape
- Host: GitHub
- URL: https://github.com/rkrage/todo_lite
- Owner: rkrage
- Created: 2015-07-16T00:11:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T00:14:42.000Z (over 9 years ago)
- Last Synced: 2024-10-28T17:14:42.896Z (about 2 months ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO Lite #
Lightweight REST API for managing TODO lists. This is a Rack application using Grape, ActiveRecord (without rails), and PostgreSQL.
### Running the app ###
* `bundle exec rake db:migrate`
* `bundle exec rackup`By default the server runs in development. To run in production, set the RACK_ENV variable: `export RACK_ENV=production`
### Running the tests ###
* `bundle exec rake db:migrate`
* `bundle exec rspec spec`