SocialScene is a social platform for users to review and rate TV shows and Movies. It also suggests Movies & TV shows to users based on their reviews and allows them to bookmark it for the future. The Movie and TV shows data is powered by and provided by The Movie Database(TMDB) API. The app also allows users to build social groups through adding friends and having a real-time global chat. Our primary targeted audience consists of people who enjoys to watch and share media. The objective of this app is to allow for the ease of coordination of content viewing amongst friends.
- Abel Abraham Thomas
- Ibrahim Abdulmelik
- Johnson Tan
- Sergii Padalka
- Node.js: Framework
- JavaScript: Dynamic Frontend
- HTML/CSS: Static Frontend
- PostgreSQL: Database (Backend)
- TMDB: API
- Socket.io: Library for real time applications
This app has been designed to automatically deploy to Heroku after a push occurs to GitHub repository.
Make sure you have Node.js, PostgreSQL and Heroku CLI installed before running the following command on Linux bash:
$ git clone https://github.com/spadalka/SocialScene.git
$ cd SocialScene
$ npm install
$ npm start
Your app should now be running on localhost:5000.