Skip to content

HarvestProfit/sample-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Blog

CI codecov

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.

Consuming the API

We have some simple documentation on how to consume this API.

Development

This project was scaffolded with rails.

Prerequisites

Please install the following:

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).

License

This project is MIT Licensed.

Deploy to Heroku

Deploy