Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnmore/sqlalchemy-movies-library
CRUD App with Flask and SQLAlchemy
https://github.com/dnmore/sqlalchemy-movies-library
flask flask-sqlalchemy python
Last synced: about 5 hours ago
JSON representation
CRUD App with Flask and SQLAlchemy
- Host: GitHub
- URL: https://github.com/dnmore/sqlalchemy-movies-library
- Owner: dnmore
- Created: 2023-10-13T07:53:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-21T11:43:24.000Z (29 days ago)
- Last Synced: 2024-10-21T16:40:27.428Z (29 days ago)
- Topics: flask, flask-sqlalchemy, python
- Language: HTML
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🎬 SQLAlchemy Movies Library
## Overview
The SQLAlchemy Movies Library is a powerful and user-friendly CRUD application, developed using Flask and SQLAlchemy. It allows users to seamlessly manage a personal movie collection by adding new films, editing their ratings, viewing details, and even deleting entries. Whether you're a movie enthusiast or simply organizing a personal watchlist, this application makes it easy to keep track of your favorite films.
## 🚀 Features
* **Add Movies**: Build your movie collection by adding new titles.
* **Edit Ratings**: Update movie ratings based on your preferences.
* **View Collection**: Browse through the list of added movies.
* **Delete Movies**: Easily remove movies you no longer wish to keep.## 🛠️ Tech Stack
* `Flask`– A lightweight and flexible Python web framework, ideal for building simple to complex web applications.
* `SQLAlchemy`– A robust ORM (Object-Relational Mapping) library for managing database interactions effortlessly### 📜 License
This project is licensed under the MIT License.