Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tranbavinhson/udemy-rails-api
- Owner: TranBaVinhSon
- Created: 2017-11-24T04:30:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T12:19:27.000Z (over 4 years ago)
- Last Synced: 2024-10-10T04:41:12.259Z (about 1 month ago)
- Topics: api, course, rails, rails5
- Language: Ruby
- Homepage: https://www.udemy.com/restful-api-with-ruby-on-rails-5
- Size: 119 KB
- Stars: 27
- Watchers: 3
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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!