Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tranbavinhson/udemy-rails-api

Udemy Rails API course
https://github.com/tranbavinhson/udemy-rails-api

api course rails rails5

Last synced: about 1 month ago
JSON representation

Udemy Rails API course

Awesome Lists containing this project

README

        

# RESTful API with Ruby On Rails 5

This is a project come from my [Rails API course](https://www.udemy.com/restful-api-with-ruby-on-rails-5)

### Things this course covers:

* Build own authentication system

* Log In Facebook via API

* Customizing JSON response

* Improving Performance

* Upload Image to Server

### Setup

* git clone https://github.com/TranBaVinhSon/udemy-rails-api

* cd udemy-rails-api

* bundle install

* rails db:migrate

* rails db:seed (Optional. But you will see error when generate Review data. It's Ok)

* rails s to run server and have fun!