Sample app API
- Create API basic with REST API
- Serializing API Output with active_model_serializers
- Authenticate Token with JWT
- Unit test API with Rspec
- Create API document with apipie-rails
-
Ruby version 2.7.1
-
Database creation with mysql
-
Database initialization: rails db:seed
-
How to run the test suite: rspec spec/