Skip to content

example app for learning about APIs, based on the Ruby on Rails Tutorial by Michael Hartl and the rails 5 api tutorial by Filippos Vasilakis

License

Notifications You must be signed in to change notification settings

DanielWitek/api_sample_app

Repository files navigation

API sample application

This is a sample application for learning about buidling APIs in Rails.

It is based on the sample application for the 4th edition of Ruby on Rails Tutorial: Learn Web Development with Rails by Michael Hartl and on the rails 5 api tutorial by Filippos Vasilakis

License

This source code 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/backend-development/api_sample_app.git
$ cd api_sample_app
$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Now you are ready to run the app in a local server:

$ rails server

what to do?

Follow the explanation in the API chapter of the backend-development book

About

example app for learning about APIs, based on the Ruby on Rails Tutorial by Michael Hartl and the rails 5 api tutorial by Filippos Vasilakis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published