Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fpapadopou/railsblog
A Rails REST API for blog CRUD operations.
https://github.com/fpapadopou/railsblog
heroku rails ruby
Last synced: about 1 month ago
JSON representation
A Rails REST API for blog CRUD operations.
- Host: GitHub
- URL: https://github.com/fpapadopou/railsblog
- Owner: fpapadopou
- Created: 2017-12-21T18:59:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T22:05:59.000Z (almost 7 years ago)
- Last Synced: 2024-05-28T20:00:52.559Z (6 months ago)
- Topics: heroku, rails, ruby
- Language: Ruby
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RailsBlog
### What?
It's a minimal [web API](https://en.wikipedia.org/wiki/Application_programming_interface#Web_APIs) for managing a fake blog, adding, editing and deleting blog posts. Comments are also supported.### How?
Under the hood, it's a Ruby on Rails application. The blog posts and their comments are stored in a PostgreSQL database (postgresql is required by Heroku).
Here are the version of the most major components of the app:
- [Ruby](https://www.ruby-lang.org/en/) 2.4.3
- [Rails](http://rubyonrails.org) 5.1.4
- [PostgreSQL](https://www.postgresql.org) 10
- [Heroku](https://www.heroku.com)### Where?
The API is currently deployed on Heroku (right [here](https://immense-fjord-39586.herokuapp.com)). Head over to that page to see a detailed description of the API and find out how to use it.