https://github.com/jomingyu/flask-large-application-example-simplified
Generalized, Simplified version of 'JoMingyu/Flask-Large-Application-Example'
https://github.com/jomingyu/flask-large-application-example-simplified
flask python
Last synced: over 1 year ago
JSON representation
Generalized, Simplified version of 'JoMingyu/Flask-Large-Application-Example'
- Host: GitHub
- URL: https://github.com/jomingyu/flask-large-application-example-simplified
- Owner: JoMingyu
- License: mit
- Created: 2018-03-09T02:55:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T01:46:19.000Z (over 8 years ago)
- Last Synced: 2025-03-01T01:51:14.408Z (over 1 year ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask-Large-Application-Example-Simplified
This is how I structure my large Flask applications. - Simplified version
Flask Large Application Example에서 개인화되어 있던 MongoDB, Swagger와 같은 부분의 보일러플레이트를 제거하고, 보편적으로 사용하는 부분들만 남겨 두었습니다. 상위 프로젝트인 Flask Large Application Example이 `실질적인 코드 위주`의 예제라면, 여기는 철저히 `Flask 어플리케이션의 구조에 대한 아이디어`를 얻을 수 있도록 구성해 두었습니다.