Skip to content

EduardStroescu/ScreenSynced-Backend

Repository files navigation

ScreenSynced Database

Link to the frontend:

https://github.com/EduardStroescu/ScreenSynced-FrontEnd

Introduction

Full-Stack content streaming website using the TMDB API and an expressJS server along mongodb and cloudinary for authentication and bookmarking.

Technologies Used

Dev Dependencies:

Remember to update `.env` with your cloudinary token and mongodb url!

Example:

MONGODB_URL="" - Provided by mongodb
TOKEN_SECRET_KEY=""
PORT=5000 - The port on which you want the server to connect.

_Provided by Cloudinary_

CLOUDINARY_CLOUD_NAME=""
CLOUDINARY_API_KEY=""
CLOUDINARY_API_SECRET=""

Installation

git clone https://github.com/EduardStroescu/ScreenSynced-Database.git
npm install
npm run dev

Releases

No releases published

Packages

No packages published