Skip to content

kusuta012/MVWL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Night Watchlist

This is a flask web application that helps you manage your movie watchlist and randomly picks what to watch next.

Tech Stack

backend - Flask

API - OMDB

frontend - just html css

screenshots

image image image

why I made this?

I made this for ysws called slushies in hackclub, this was a lowkey cool project, it was fun to make

note

This project is not scalable, It has ratelimits enforced tho

Installation

  1. Clone the repository
git clone https://github.com/kusuta012/mvwl.git
cd mvwl
  1. create a virtual environment
pip install uv
uv venv venv
source venv/bin/activate
  1. Install dependencies
uv pip install -r requirements.txt
  1. Set up environment variables
export OMDB_API_KEY='your_api_key_here'
export SECRET_KEY='your_secret_key_here'
  1. Get your api key from https://www.omdbapi.com/apikey.aspx

  2. Run app.py

python app.py

Yayy!!, ENjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors