Skip to content

rkrage/todo_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Messing around with grape

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages