/todos

A Ruby Sinatra API - CRUDOPS 🔥🚀

Primary LanguageRubyMIT LicenseMIT

TODO API using Ruby Sinatra 1 2

Up and Running

1. rvm install 2.7.4 (if not already installed)
2. cd TODO_API_DIR
3. bundle install
4. bundle exec rake db:create
5. bundle exec rake db:migrate
6. rackup -p 4567

CRUD

Footnotes

  1. To be dcokerized? Should be! ↩

  2. Production db? hmm, yes that needs changes. ↩