JSON API app build using Ruby on Rails
App generated using this custom Rails Template
Version 1 Features:
devise
and jwt
pundit
pg_search
rspec-rails
and factory_bot_rails
With frontend frameworks and libraries increasing the complexities of processes that happen on the client side, we can now build simpler backend applications. REST API's connect such client-side applications to the database.
I built this backend API mainly for the application I built using React and Redux (as well as a server-rendered version using Next JS).
Follow these steps:
cd bookstore-rails-api
bundle
rails s
Goto localhost:3000
Use either httpie
on the terminal or Postman to do requests
See this React Redux app as showcase for how the API is utilized.
PRs accepted.
MIT © 2019 Ryan Vergara