Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufocaliskan/python-flask-mvc
A small python flask mvc structure
https://github.com/yusufocaliskan/python-flask-mvc
mvc python
Last synced: 3 months ago
JSON representation
A small python flask mvc structure
- Host: GitHub
- URL: https://github.com/yusufocaliskan/python-flask-mvc
- Owner: yusufocaliskan
- Created: 2022-02-20T16:04:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T22:25:36.000Z (9 months ago)
- Last Synced: 2024-05-28T08:10:17.653Z (9 months ago)
- Topics: mvc, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask MVC Structure
## Introduction
This repository contains a small yet effective example of a Python Flask project structured following the Model-View-Controller (MVC) pattern. It provides a foundational setup for a Flask application, integrating essential components such as database configuration and basic application structure.
## Features
- MVC Architecture: Implements the MVC pattern, ensuring separation of concerns and better organization of code.
- Database Integration: Example setup for connecting to a MySQL database.
- Basic Flask Setup: A minimal Flask application ready for further development.