Skip to content

Create movie & tv show rooms and enjoy watching together with your friends.

Notifications You must be signed in to change notification settings

StTronn/stream-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream Rooms

Create movie & tv show rooms and enjoy watching together with your friends.

pic1

pic1

Built using MERN stack and MovieDb API

Setup Locally

create .env file in client folder

REACT_APP_MOVIEDB_URL = https://api.themoviedb.org/3
REACT_APP_SERVER_URL = http://localhost:8000
REACT_APP_MOVIEDB_KEY = //your KEY

create .env file in server

JWT_SECRET = // your secret 
JWT_EXPIRE = 1d
DB_PASSWORD =  // atlas user password
PORT = 8000
GOOGLE_CLIENT_ID = //your google client id 
GOOGLE_CLIENT_SECRET = //your google client secret

In server2/models/index.js replace const mongoConnectionURL =

requires node version > 15

Technologies

MERN Stack

State Managment: Context API

tailwind & styled-components for UI

Forms: Formik

DatePicker: react-datetime

About

Create movie & tv show rooms and enjoy watching together with your friends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published