Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`