https://github.com/bergio13/webapp_v2
A website to keep track of watched movies and share your watch history with your friends
https://github.com/bergio13/webapp_v2
database movies website
Last synced: 4 months ago
JSON representation
A website to keep track of watched movies and share your watch history with your friends
- Host: GitHub
- URL: https://github.com/bergio13/webapp_v2
- Owner: bergio13
- License: mit
- Created: 2023-03-11T21:35:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T10:06:12.000Z (6 months ago)
- Last Synced: 2026-01-11T03:15:08.545Z (6 months ago)
- Topics: database, movies, website
- Language: HTML
- Homepage: https://lista-film-v2.onrender.com
- Size: 3.52 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kineto
This repository contains code for a web application that allows users to keep track of movies they have watched. It has a database connection and templates for displaying the movies. The files in the repository include:
- **static**: contains css and javascript files
- **templates**: contains html templates
- **app.py**: contains code for the web application
- **database.py**: contains code for connecting to the database
- **requirements.txt**: contains a list of required Python packages
Link to the website: https://lista-film-v2.onrender.com
## Credits
- [TMDB](https://www.themoviedb.org/?language=it-IT)
- [Frankslaboratory](https://www.youtube.com/@Frankslaboratory)
- [Fireship](https://www.youtube.com/@Fireship)
- [CSS - Tricks](https://css-tricks.com/)