https://github.com/samrap/todos-api
Learning Rails by building a...you guessed it...todo APi :trollface:
https://github.com/samrap/todos-api
Last synced: about 1 year ago
JSON representation
Learning Rails by building a...you guessed it...todo APi :trollface:
- Host: GitHub
- URL: https://github.com/samrap/todos-api
- Owner: samrap
- Created: 2018-06-16T21:08:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T00:58:40.000Z (almost 8 years ago)
- Last Synced: 2025-02-02T21:29:12.909Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Following [this tutorial](https://scotch.io/tutorials/build-a-restful-json-api-with-rails-5-part-one) to build a basic todos (facepalm) API using rspec for TDD.