Skip to content

Set up a Rails app to be a data-producing RESTful API to responde with html and json

Notifications You must be signed in to change notification settings

S3nsu1k4n/kittens

Repository files navigation

Kittens

Fast project to set up a Rails app to be a data-producing RESTful API to responde with html and json

Project description

Things you may want to cover:

  • Ruby 3.2.2

  • Rails 7.0.7

  • PostgreSQL

  • Initializing postgres:

  1. rails db:create
  2. rails db:migrate