Skip to content

amirhnajafiz-university/S4DB01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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