No description
- Ruby 100%
| app | ||
| bin | ||
| config | ||
| db | ||
| lib/tasks | ||
| log | ||
| public | ||
| spec | ||
| tmp | ||
| vendor | ||
| .codeclimate.yml | ||
| .gitignore | ||
| .rspec | ||
| .rubocop.yml | ||
| .ruby-version | ||
| .travis.yml | ||
| config.reek | ||
| config.ru | ||
| docker-compose.yml | ||
| Gemfile | ||
| Gemfile.lock | ||
| Rakefile | ||
| README.md | ||
Bookstore Backend
⚠️ This repository is no longer maintained, and remains here for reference purposes.
This is an example app developed for a series of articles about Rails API apps and connecting modern JavaScript front ends to them. You can read all the articles on my blog under this tag: https://paweljw.github.io//tags/rails-api-series/.
It is recommended you start with part 0, located at https://paweljw.github.io/2017/07/rails-5.1-api-with-vue.js-frontend-part-0-stack-choices/.
🐱