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

https://github.com/yasmine09thaalbi/ideaapp

ideaApp is a Ruby on Rails application that allows users to upload pictures and add comments, combining media sharing with simple CRUD functionality.
https://github.com/yasmine09thaalbi/ideaapp

ruby ruby-on-rails rubygems

Last synced: about 2 months ago
JSON representation

ideaApp is a Ruby on Rails application that allows users to upload pictures and add comments, combining media sharing with simple CRUD functionality.

Awesome Lists containing this project

README

          

# idea-App

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version: ruby "3.2.2"

* System dependencies :
Node.js (for JavaScript runtime)
Yarn (for package management)

* Configuration :
cp .env.example .env

* Database creation :
rails db:create

* Database initialization :
rails db:migrate
rails db:seed

* How to run the test suite :
rails test