My database final project at AUT.CEIT
The main idea was to create a strem website database, where we have some movies and users, and a single admin. Users can search movies, watch them, put comments for them and also list them. Admin can add, remove or edit the movies.
Check the project Schema for more information about how the project is implement.
First install module SQLite3 for python3:
pip install pysqlite3
The run the createDB file:
python createDB.py
After that run the application on main:
python main.py