An open API service indexing awesome lists of open source software.

https://github.com/chea-young/study-flask

Flask를 공부한 것을 정리하는 Repository(flask, python, mysql, )
https://github.com/chea-young/study-flask

flask python

Last synced: about 2 months ago
JSON representation

Flask를 공부한 것을 정리하는 Repository(flask, python, mysql, )

Awesome Lists containing this project

README

          

## flask

#### - jinja2는 template엔진
#### - Werkzeug는 HTTP를 받아 분석하여 처리
#### - WSGI(Web Server Gateway Interface), Python 에서 웹서버와 애플리케이션간의 인터페이스(데이터 통로)
]

#### -구분해야 될 점
- @app.route('/test/')
- @app.route('/test')

#### 참고 사이트
: https://wings2pc.tistory.com/category/KIT?page=1