No description
This repository has been archived on 2026-05-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-07-20 11:31:17 +02:00
app Send more info in the JWT token 2017-10-28 14:18:35 +02:00
bin Right after rails new 2017-07-10 17:14:05 +02:00
config Update ruby and gems (#6) 2017-11-22 10:01:27 +01:00
db Add User model 2017-07-22 12:05:30 +02:00
lib/tasks Fix import task price setting, fancify book serialization 2017-08-13 16:55:41 +02:00
log Right after rails new 2017-07-10 17:14:05 +02:00
public Right after rails new 2017-07-10 17:14:05 +02:00
spec Update ruby and gems (#6) 2017-11-22 10:01:27 +01:00
tmp Right after rails new 2017-07-10 17:14:05 +02:00
vendor Right after rails new 2017-07-10 17:14:05 +02:00
.codeclimate.yml Adding initial specs (#1) 2017-07-23 19:47:17 +02:00
.gitignore Cover some more cases in specs 2017-07-23 19:57:28 +02:00
.rspec Add JwtService 2017-07-22 13:33:20 +02:00
.rubocop.yml Add JwtService 2017-07-22 13:33:20 +02:00
.ruby-version Update Ruby to 2.5.1 2018-04-03 12:46:41 +02:00
.travis.yml Work around a Travis CI bug with Ruby 2.5.0 2018-04-03 13:18:15 +02:00
config.reek Adding initial specs (#1) 2017-07-23 19:47:17 +02:00
config.ru Right after rails new 2017-07-10 17:14:05 +02:00
docker-compose.yml Initial cleanup 2017-07-11 17:51:20 +02:00
Gemfile Update Rails to 5.1.6 2018-05-13 10:22:46 +02:00
Gemfile.lock Update Rails to 5.1.6 2018-05-13 10:22:46 +02:00
Rakefile Right after rails new 2017-07-10 17:14:05 +02:00
README.md Deprecation notice 2021-07-20 11:31:17 +02:00

Bookstore Backend

Build Status Code Climate Test Coverage

⚠️ 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/.

🐱