Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amirhnajafiz-university/s4db01

Final project of Database course.
https://github.com/amirhnajafiz-university/s4db01

database mysql python python3 sql sqlite

Last synced: 9 days ago
JSON representation

Final project of Database course.

Awesome Lists containing this project

README

        


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:

```shell
pip install pysqlite3
```

The run the createDB file:

```shell
python createDB.py
```

After that run the application on main:

```shell
python main.py
```