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.
- Host: GitHub
- URL: https://github.com/yasmine09thaalbi/ideaapp
- Owner: Yasmine09Thaalbi
- Created: 2023-06-15T09:24:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T17:09:05.000Z (almost 3 years ago)
- Last Synced: 2025-08-23T23:29:13.124Z (10 months ago)
- Topics: ruby, ruby-on-rails, rubygems
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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