https://github.com/omarmwarraich/idea_app
A platform for generating and sharing ideas. Users can create and destroy their own ideas, as well as upload pictures to support their concepts with CarrierWave gem. The app also includes a feature for users to upload a profile picture with Gravtastic gem. Users can browse and comment on ideas shared by others, providing feedback and discussions.
https://github.com/omarmwarraich/idea_app
carrierwave devise gravtastic heroku-deployment mini-magick pg rspec-rails ruby-gem ruby-on-rails shoulda-matchers sqlite3
Last synced: about 2 months ago
JSON representation
A platform for generating and sharing ideas. Users can create and destroy their own ideas, as well as upload pictures to support their concepts with CarrierWave gem. The app also includes a feature for users to upload a profile picture with Gravtastic gem. Users can browse and comment on ideas shared by others, providing feedback and discussions.
- Host: GitHub
- URL: https://github.com/omarmwarraich/idea_app
- Owner: OmarMWarraich
- Created: 2022-12-20T12:58:38.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-14T23:14:26.000Z (over 2 years ago)
- Last Synced: 2025-04-05T10:42:47.081Z (6 months ago)
- Topics: carrierwave, devise, gravtastic, heroku-deployment, mini-magick, pg, rspec-rails, ruby-gem, ruby-on-rails, shoulda-matchers, sqlite3
- Language: Ruby
- Homepage: https://ideaapp.fly.dev/
- Size: 779 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
README Template
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)A platform for generating and sharing ideas. Users can create and destroy their own ideas, as well as upload pictures to support their concepts with CarrierWave gem. The app also includes a feature for users to upload a profile picture with Gravtastic gem. Users can browse and comment on ideas shared by others, providing feedback and discussions.
Client
Server
Database
- **[User Authentication]**
- **[Add/Remove Ideas]**
- **[Add/Remove Comments]**
- **[Upload/Remove Profile Picture]**
- **[Upload/Remove Idea Picture]**
- [Live Demo Link](https://ideaapp.fly.dev/users/sign_in)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:myaccount/my-project.git
```
### Install
Install this project with:
```sh
cd my-project
gem install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
bin/rails test test/models/
```
### Deployment
You can deploy this project using:
👤 **OmarMWarraich**
- GitHub: [@OmarMWarraich](https://github.com/OmarMWarraich)
- Twitter: [@omarwarraich1](https://twitter.com/omarwarraich1)
- LinkedIn: [LinkedIn](https://linkedin.com/in/o-va)
> Describe 1 - 3 features you will add to the project.
- [ ] **[Pagination]**
- [ ] **[Search]**
- [ ] **[Email Notifications]**
- [ ] **[Social Media Integration]**
- [ ] **[WebRTC]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a ⭐️!.
I would like to thank the following.
- Rails Guides for providing a great resource for learning Rails.
- **[Is this app free to use?]**
- [Please check the license.]
- **[How to use this app?]**
- [Please check the usage section.]
This project is [MIT](./LICENSE) licensed.