https://github.com/learnetto/ideaboard-api
A Rails 5.1 API app for an Idea board
https://github.com/learnetto/ideaboard-api
Last synced: 10 months ago
JSON representation
A Rails 5.1 API app for an Idea board
- Host: GitHub
- URL: https://github.com/learnetto/ideaboard-api
- Owner: learnetto
- Created: 2017-08-18T21:40:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T06:34:47.000Z (almost 9 years ago)
- Last Synced: 2025-04-11T01:03:56.357Z (about 1 year ago)
- Language: Ruby
- Homepage: https://learnetto.com/tutorials/rails-5-api-and-react-js-tutorial-how-to-make-an-idea-board-app
- Size: 19.5 KB
- Stars: 18
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Idea Board API
An Idea board app built as a Rails 5.1 API app, based on the [Rails 5 API and React.js tutorial - How to make an Idea board app](https://learnetto.com/tutorials/rails-5-api-and-react-js-tutorial-how-to-make-an-idea-board-app).
The app has API endpoints for adding, editing and deleting ideas.
See this [React frontend app code](https://github.com/learnetto/ideaboard) to talk to this API.