Skip to content

agustinl/videoclub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📼 Videoclub

Created with htmx + tailwindcss + flask + OMDb API

to use

  • Clone repository.
  • Copy .env.development in .env file with your keys.
  • Create series.json with empty [] inside assets folder.
  • Run pip install -r requirements.txt.
  • Run flask --app app.py --debug run.