All Projects → Mupa1 → Lets-Talk-Movies

Mupa1 / Lets-Talk-Movies

Licence: other
A Social media desktop web app where movie fans can post their opinions about movies or series they've watched, like opinions, follow their friends or other users whose content they enjoy consuming.

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lets-Talk-Movies

Simplesharingbuttons
Share to Facebook, Twitter, Google+ and other social networks using simple HTML buttons.
Stars: ✭ 147 (+1125%)
Mutual labels:  social-media
Social Media Data Scripts
Stars: ✭ 188 (+1466.67%)
Mutual labels:  social-media
Socialview
Android TextView and EditText with hashtag, mention, and hyperlink support
Stars: ✭ 217 (+1708.33%)
Mutual labels:  social-media
Socialblocklists
Blocklists to block the communication to social networking sites and privacy harming services
Stars: ✭ 161 (+1241.67%)
Mutual labels:  social-media
Intrinsic Image Popularity
The pytorch code of the paper "Intrinsic Image Popularity Assessment"
Stars: ✭ 179 (+1391.67%)
Mutual labels:  social-media
Free Gophers Pack
✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.
Stars: ✭ 2,343 (+19425%)
Mutual labels:  social-media
Eagleeye
Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
Stars: ✭ 2,868 (+23800%)
Mutual labels:  social-media
aspnet-core-social-network
Social network based on ASP.NET Web API Core 2
Stars: ✭ 36 (+200%)
Mutual labels:  social-media
Supertinyicons
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos
Stars: ✭ 13,177 (+109708.33%)
Mutual labels:  social-media
Zhihu Analysis Python
Social Network Analysis of Zhihu with Python
Stars: ✭ 215 (+1691.67%)
Mutual labels:  social-media
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (+1258.33%)
Mutual labels:  social-media
Firestore Cloud Functions Typescript
Firebase cloud functions in typescript with Firestore. Using a social network as example
Stars: ✭ 171 (+1325%)
Mutual labels:  social-media
Mosint
An automated e-mail OSINT tool
Stars: ✭ 184 (+1433.33%)
Mutual labels:  social-media
Share Bar
A pure JS plugin to generate a share bar for social media, used by Globo.com.
Stars: ✭ 158 (+1216.67%)
Mutual labels:  social-media
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+5283.33%)
Mutual labels:  social-media
React Share
Social media share buttons and share counts for React
Stars: ✭ 1,978 (+16383.33%)
Mutual labels:  social-media
Awesome Startup Tools List
List of all tools (apps, services) that startups should use.
Stars: ✭ 188 (+1466.67%)
Mutual labels:  social-media
youtube discussion tree
This is a python API that allows you to obtain the discusion that occurs on the comments of a Youtube video as a tree structure. It also controls the quota usage that consumes your implementation over Youtube Data Api through this library, and allows you to represent and serialize the discusion tree.
Stars: ✭ 16 (+33.33%)
Mutual labels:  social-media
meow
Daily Bruin's homemade social media manager
Stars: ✭ 42 (+250%)
Mutual labels:  social-media
Graphjs
A set of widgets for a meaningfully social web.
Stars: ✭ 212 (+1666.67%)
Mutual labels:  social-media

Lets Talk Movies

This project is a desktop social media web App for connecting Movie fans. Fans can post their opinions about movies or series they've watched, like opinions, follow their friends or other users whose content they enjoy consuming.

Screenshots

Homepage

screenshot

Profile Page

screenshot

Live Demo

Heroku App Link

Project Specification

An MVP version of an app following Design idea by Gregoire Vella on Behance.

Future features

  1. Add functionality for users to comment on posts.

Built With

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4
  • Rspec-Rails

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Ruby: 2.7.0
  • Rails: 5.2.4
  • Postgres: >=9.5
  • Git

Usage

  • Fork/Clone this project to your local machine
  • Open the folder in your local environment and run these lines of code to get started:

Install gems with:

    bundle install

Setup database with:

    rails db:create
    rails db:migrate

Setup Cloudinary:

  • Goto cloudinary.com setup your account and get your Cloudinary credentials.
  • Add the credentials to the config/application.yml like this :
CLOUDINARY_NAME: "YOUR_CLOUDINARY_NAME"
CLOUDINARY_API_KEY: "YOUR_CLOUDINARY_API_KEY"
CLOUDINARY_API_SECRET: "YOUR_CLOUDINARY_API_SECRET"
  • Don't forget to add that file to your .gitignore file.

Start server with:

    rails server

Then open a web page and go to port 3000 on your local machine.

Running tests

    rspec

Deployment

The application was deployed on Heroku. To deploy your copy, you can follow the following steps:

Author

👤 Mupa M'mbetsa Nzaphila

🤝 Contributing

Contributions and feature requests are welcome!

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description of the development(or master if not available) branch of the original project for a review

Feel free to also check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].