Flask 는 Django 에 비하여, 자유도가 높아서 API 어플리케이션이나 마이크로서비스를 만들기에 적합합니다.
더군다나, Django 만큼 충분히 레퍼런스도 보유하고 있습니다.
* 공식 튜토리얼 따라하기
https://blog.outsider.ne.kr/1329
* Authentication and Authorization With Flask-Login
https://scotch.io/tutorials/authentication-and-authorization-with-flask-login
* Flask sqlalchemy 다 대다 삽입 데이터
https://codeday.me/ko/qa/20190320/108067.html
'Python' 카테고리의 다른 글
Selenium 을 이용한 브라우징 (0) | 2019.05.22 |
---|---|
Python 으로 엑셀을 만들어보자 (0) | 2019.05.20 |
django 를 이용하여 웹앱 만들기 (0) | 2019.05.14 |
Python 으로 웹사이트 로그인하기 (0) | 2019.05.14 |
Python 으로 앱을 만들어보자. (0) | 2019.05.14 |