Coder Social home page Coder Social logo

we.tv's Introduction

We.TV

We.TV is a social media app for TV fans. Find your favourite show on our app and start sharing content. If a show exists, we’ve got a page for it! Join the community by adding the show to your favourites so you can add, like, and share with fellow fans today.


Walkthrough

Homepage

homepage

Login

login

Search

search

Add Show to Favourites

add to favourites

Add Post

add post

Like/Dislike/Comment

like/dislike/comment

Chatroom

chatroom


Getting Started

This is a self-contained app, with backend and frontend running simultaneously on two servers.

Install Dependencies

You will need to run npm i in the main file as well as the backend and client servers in order to install the required dependencies

Populate Database

Create an .env file in the backend folder by copying the provided .env.example

In PSQL, create a database called final_project with a user labber.

CREATE ROLE labber WITH LOGIN password 'labber';
CREATE DATABASE final_project OWNER labber;

Then run npm run db:reset in the backend folder to populate the database.

Run Servers

Thereafter, run the development backend server in the backend folder with npm run dev.

In another terminal window, run npm start to run the frontend (client) server.

Dependencies

axios

Cloudinary

cors

Material-UI

material-ui-image

socket.io

Planning Documents

ERD: https://dbdiagram.io/d/606f8dffecb54e10c33f6909

Inception Document: https://github.com/JasmeetRangar/final-project/blob/master/client/public/Final%20Project%20We.TV.pdf

we.tv's People

Contributors

ghulammurtaza27 avatar jasmeetrangar avatar josephblais avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

thewhitegrizzli

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.