230605_Mon

KH·2023년 6월 5일

TIL

목록 보기
8/58
post-thumbnail

Problems

  • 일요일에 완강한 웹개발 종합반 복습하기

Attempts

1주차

VS Code 설정, HTML, CSS, Bootstrap 입문, github-pages로 static web 배포하기

github-pages는 일반적으로 정적 웹사이트를 배포한다고 한다.

2주차

JavaScript, jQuery 입문, fetch API와 json 다루기

The Fetch API provides an interface for fetching resources (including across the network). It is a more powerful and flexible replacement for XMLHttpRequest.

source: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API

3주차

python, Web scraping with BeautifulSoup, MongoDB with MongoClient

Not-Only SQL인 MongoDB의 클라우드 버전인 MongoDB Atlas를 사용했다.

4주차

Flask framework를 활용하여 API 작성
GETPOST request에 대해 db와의 상호작용 후 jsonify()로 변환한 json을 return하는 API를 작성함.

5주차

1~4주차 종합하여 방명록 웹 제작 후 AWS Elastic Beanstalk로 배포
배포 과정에서 dependency conflict 해결 과정 기록

Results

배포 완료

Insight

에러가 발생하면 해결 과정을 기록하도록 노력해야겠다.
다음에 같은 상황이 발생했을때 시간을 훨씬 절약할 수 있을 것이다.

profile
What, How, Why

0개의 댓글