VS Code 설정, HTML, CSS, Bootstrap 입문, github-pages로 static web 배포하기
github-pages는 일반적으로 정적 웹사이트를 배포한다고 한다.
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
python, Web scraping with BeautifulSoup, MongoDB with MongoClient
Not-Only SQL인 MongoDB의 클라우드 버전인 MongoDB Atlas를 사용했다.
Flask framework를 활용하여 API 작성
GET과 POST request에 대해 db와의 상호작용 후 jsonify()로 변환한 json을 return하는 API를 작성함.
1~4주차 종합하여 방명록 웹 제작 후 AWS Elastic Beanstalk로 배포
배포 과정에서 dependency conflict 해결 과정 기록
에러가 발생하면 해결 과정을 기록하도록 노력해야겠다.
다음에 같은 상황이 발생했을때 시간을 훨씬 절약할 수 있을 것이다.