Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s3nsu1k4n/kittens

Set up a Rails app to be a data-producing RESTful API to responde with html and json
https://github.com/s3nsu1k4n/kittens

api api-rest odin-project rails rails-api rails7 rest rest-api restful restful-api ruby ruby-on-rails

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Kittens

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

[Project description](https://www.theodinproject.com/lessons/ruby-on-rails-kittens-api)

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```