Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 682 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 682 Bytes

S4DB01


My database final project at AUT.CEIT

Project

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.

Execute

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