Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s3nsu1k4n/kittens
- Owner: S3nsu1k4n
- Created: 2023-08-21T08:11:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-23T04:59:21.000Z (about 1 year ago)
- Last Synced: 2024-11-02T15:42:00.293Z (15 days ago)
- Topics: api, api-rest, odin-project, rails, rails-api, rails7, rest, rest-api, restful, restful-api, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```