Skip to content

video app, that i been building the last four months in the EJS

Notifications You must be signed in to change notification settings

richyhoopd/richyFlixx

Repository files navigation

RichyFlix

RichyFlix is ​​a web application built primarily on Node.JS, using the MERN stack. MongoDB for the database, Express for middleware and API handling, React as the frontend engine, and Node.JS to run everything together, with server-side javascript.

RichyFlix is ​​basically an advanced CRUD, since its functions do not go beyond allowing the user to Create, Read, Update and Delete Movies from their collections.

Another function of my application is an authentication system, with it I keep all routes protected, including user profiles and their movie collections.

to make richyflix i got my inspiration from netflix, and its primary funcitons like play movies, and have colections, trendings etc... actually there is where the name "richyflix" came

thanks to all the cs50 staff!

Usage

first you gotta run the following command on your terminal:

npm i .

then you gotta make your own ENV file with the next fields:

if you need more info email me: [email protected]

// CONFIG PORT=

ENV=

// API URL API_URL=

// API KEYS API_KEY_TOKEN=

// OAUTH GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET=

// SESSION SESSION_SECRET=

// TWITTER TWITTER_CONSUMER_KEY= TWITTER_CONSUMER_SECRET=

About

video app, that i been building the last four months in the EJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published