This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
O.1. 기초 마무리 : 정리
HOIWOONG JUNG edited this page Apr 14, 2021
·
11 revisions
- 로그인 페이지에서 일부로 비밀번호 틀리고, 에러 리스트 봐보기
- restx 네임스페이스에 프리픽스가
/api
붙는 부분 추가 설명 - api/docs에 model 확인
- 하기 버그수정
강의 진행 후에 발견된 버그내용입니다.
- style 적용을 실수한 부분을 수정진행
<div width="100%" ...
<div style="width: 100%;" ...
- Flask 템플릿 엔진을 통한 로그인, 로그아웃, 회원가입 정적페이지 작성완료
- Flask
- Application factories
- Application context
- Authentication
- Blueprint
- Configs
- Debugging
- Router
- Request Hooking
- Request context
- Staging
- Session
- Serving static files
- Template engine & rendering
- Test Client
- Flask-WTF
- CSRF
- Flask-restx
- RESTful API
- Flask-SQLAlchemy
- ORM
- Flask-Migrate
- Database Migration
- Flask unittest & TDD
- pytest
- 기초에서 만든 기능을 토대로 Google Keep 클론코딩을 진행합니다.
- 메모 추가, 수정, 삭제, 편집, 복구
- 메모 이미지 삽입 기능
- 메모 라벨링 기능
- 메모 페이지네이션
- 메모 검색
- 각 기능 API 작성
- API 문서 자동화
- 데이터베이스 마이그레이션
- 기초와는 다르게 동적인 페이지를 작성합니다.
Fastcampus 2021 ,by hidekuma