An open API service indexing awesome lists of open source software.

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

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/)