Incredibly simple api-only blog!
This blog is super simple - it allows you to submit blog posts to the server, and can render them in an API.
We have some simple documentation on how to consume this API.
This project was scaffolded with rails.
Please install the following:
- Ruby
- Feel free to use RVM or Rbenv (recommended) for version management
- Postgres.app
In order to run the project in development, you'll need to install the required RubyGems and set up your Postgres database:
bundle install
rails db:setup
Then you can start your local server with rails server
(or rails s
for short).
This project is MIT Licensed.