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

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.

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)

# 📖 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.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **[User Authentication]**
- **[Add/Remove Ideas]**
- **[Add/Remove Comments]**
- **[Upload/Remove Profile Picture]**
- **[Upload/Remove Idea Picture]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://ideaapp.fly.dev/users/sign_in)

(back to top)

## 💻 Getting Started

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:

(back to top)

## 👥 Author

👤 **OmarMWarraich**

- GitHub: [@OmarMWarraich](https://github.com/OmarMWarraich)
- Twitter: [@omarwarraich1](https://twitter.com/omarwarraich1)
- LinkedIn: [LinkedIn](https://linkedin.com/in/o-va)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **[Pagination]**
- [ ] **[Search]**
- [ ] **[Email Notifications]**
- [ ] **[Social Media Integration]**
- [ ] **[WebRTC]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐️!.

(back to top)

## 🙏 Acknowledgments

I would like to thank the following.
- Rails Guides for providing a great resource for learning Rails.

(back to top)

## ❓ FAQ

- **[Is this app free to use?]**

- [Please check the license.]

- **[How to use this app?]**

- [Please check the usage section.]

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)