Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quequeo/rails-api-and-react
Ruby on Rails API with React JS
https://github.com/quequeo/rails-api-and-react
active-storage api javascript kaminari material-ui postgresql rails react rspec ruby vite
Last synced: 4 months ago
JSON representation
Ruby on Rails API with React JS
- Host: GitHub
- URL: https://github.com/quequeo/rails-api-and-react
- Owner: quequeo
- Created: 2024-06-23T17:52:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T14:22:20.000Z (7 months ago)
- Last Synced: 2024-09-27T15:01:30.949Z (4 months ago)
- Topics: active-storage, api, javascript, kaminari, material-ui, postgresql, rails, react, rspec, ruby, vite
- Language: Ruby
- Homepage: https://www.not-deployed-yet.com
- Size: 678 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
* Ruby version: 3.1.0
* Rails version: 7.1.3
* SQL version: 1.4Rails API
* API version: 1
* Posts Endpoints api/v1/posts
* https://localhost:3000React JS
* Material UI
* https://localhost:5173Database creation
* rails db:create
* rails db:migrate
* rails db:seedHow to run the test suite
* rails c --> rspecServices (job queues, cache servers, search engines, etc.)