This is a full stack project in Python which allows the user to interact with an integrated Python IDE (https://replit.com/) and perform CRUD operations on the database. The database contains information about films, such as name, release date, genre and rating.
- Clone this repository
- Simply run the index.html file in the root directory
- Python is used as the backend with this project, with each CRUD operation written into separate python files and imported into main.py
- SQLite module is used to allow Python to connect and iterate through the films database
- Replit is used to allow the user to interact with the database and execute the CRUD operations