Skip to content

adamclasic/reeltea

Repository files navigation


REELTEA

Reeltea

Idea sharing app.

VIEW DEMO »

Table of Contents

About The Project

Screenshot The project is about a platform for sharing ideas. An authenticated user is allowed to post a vyew (idea) and his/her followers downvote or upvote the idea. The user has to follow other users in order to see their Reeltea.

Built With

The app has been built using the following tools:

  • Rails
  • Postgresql
  • Cloudinary
  • Bootstrap
  • Sass

Getting Started

To test the app locally, feel free to clone the repository and follow the instructions below.

Installation

  1. Get a free cloudinary API Key at https://cloudinary.com
  2. Clone the repo
git clone https://https://github.com/adamclasic/reeltea.git
  1. Install the gems
bundle install
  1. copy your cloudinary.yml file downloaded from cloudinary website to config/ folder
  1. create the database by running
rails db:create
  1. Migrate your database
rails db:migrate
  1. Finally fire up your server and you'll be able to access the app on http://localhost:3000 in your browser.
rails s

Testing

  1. To run tests for the app, open terminal, navigate to the project directory and just type the following command:
bundle exec rspec

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

👤 Contact

Adam Allalou - @adamclasic - aabou9@gmail.com

Project Link: https://https://github.com/adamclasic/reeltea

Acknowledgements

  • Microverse
  • Heroku
  • Bootstrap
  • Font Awesome

About

A Web app where you can express yourself about your favorite moments in Reality TV shows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published