https://github.com/EduardStroescu/ScreenSynced-FrontEnd
Full-Stack content streaming website using the TMDB API and an expressJS server along mongodb and cloudinary for authentication and bookmarking.
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=""
git clone https://github.com/EduardStroescu/ScreenSynced-Database.git
npm install
npm run dev