Skip to content

Website for group project for Introduction to Software Engineering class built with HTML, CSS, JavaScript, Node.js, PostgreSQL and TMDB API.

Notifications You must be signed in to change notification settings

spadalka/SocialScene

Repository files navigation

Social Scene

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.

Authors

  • Abel Abraham Thomas
  • Ibrahim Abdulmelik
  • Johnson Tan
  • Sergii Padalka

Built With

  • Node.js: Framework
  • JavaScript: Dynamic Frontend
  • HTML/CSS: Static Frontend
  • PostgreSQL: Database (Backend)
  • TMDB: API
  • Socket.io: Library for real time applications

Deployment

This app has been designed to automatically deploy to Heroku after a push occurs to GitHub repository.

Running Locally

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.

About

Website for group project for Introduction to Software Engineering class built with HTML, CSS, JavaScript, Node.js, PostgreSQL and TMDB API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 15