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

https://github.com/devanb/todos-api

A simple todos API using Rails 5
https://github.com/devanb/todos-api

rails-api rails5 ruby ruby-on-rails

Last synced: 4 months ago
JSON representation

A simple todos API using Rails 5

Awesome Lists containing this project

README

        

# todos-api

A small project using Rails 5 core (API) to learn new advances in Rails. Possible future enhancements might include:

* GraphQL

* Various front-ends (Rails server side, Vue, React, Ember, Angular, AngularJS)

* React Native application

* Passwordless authentication

* Authentication through various OAuth providers

## Models:

* Item

* Todo

* User

## Other Bits of Information:

* Ruby version: 2.3.3

* Rails version: 5.0.2

## Configuration