My_api My Api demo Features added to the app: api documentation postman Api Documentation database sample data rake task to load data [from factories] into database pre-requisites: ruby (v3.1.2) bundler (v2.3.19) running 1. download the dependencies $ bundle install 2. run pending migrations $ rails db:migrate 6. start the app $ rails server