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
- Host: GitHub
- URL: https://github.com/devanb/todos-api
- Owner: DevanB
- Created: 2017-04-06T20:12:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T16:50:27.000Z (about 8 years ago)
- Last Synced: 2025-01-03T14:56:17.674Z (5 months ago)
- Topics: rails-api, rails5, ruby, ruby-on-rails
- Language: Ruby
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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