Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.74 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.74 KB

Ruby on Rails API tutorial Readme

Codeship Status for vasilakisfil/rails5_api_tutorial

This is the sample application for the Ruby on Rails Tutorial: Learn Web Development with Rails by Michael Hartl but with an API for the Ember version, used by the api tutorial.

It's deployed here. Ember version is deployed here based on this repo

If you are looking the Rails 4 version there is a blog post

License

All code added by me (vasilakisfil) is availabe under the MIT License. The rest is available jointly under the MIT License and the Beerware License. See LICENSE.md for details.

Getting started

To get started with the app, clone the repo and then install the needed gems:

cd ~/tmp
git clone https://github.com/vasilakisfil/rails5_api_tutorial.git
cd rails5_api_tutorial
bundle install
bundle exec rake db:create #we use postgresql instead of sqlite3
bundle exec rake db:migrate
bundle exec rails s

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/vasilakisfil/rails5_api_tutorial. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.