Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amirhnajafiz-university/s4db01
- Owner: amirhnajafiz-university
- License: mit
- Created: 2021-07-17T04:54:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T06:07:01.000Z (almost 2 years ago)
- Last Synced: 2023-08-10T03:48:30.874Z (over 1 year ago)
- Topics: database, mysql, python, python3, sql, sqlite
- Language: Python
- Homepage:
- Size: 620 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```