관리 메뉴

Silver Library (Archived)

CI/CD 활용에 대한 기록. 본문

Fundamental of CS/Knowledge

CI/CD 활용에 대한 기록.

Ayin Kim 2022. 11. 5. 13:35
반응형

목적 및 용도.

react project 를 firebase 에 api 연계 또는 호스팅하는 것 까지.

react project 를 aws amplify (ec2 말고) 에 api 연계 또는 호스팅하는 것 까지.

 

개요.

firebase 안에 firestore 라는 것이 있는데, 이 또한 알아둬야 함.

aws amplify 의 경우, 자습서를 따름.

 

필자의 메모.

aws 와 firebase 둘 다, 우선 원하는 기능만 할 줄 알도록 알아두는 게 가장 이득.

- aws 검색 시, 같은 주제로 여러번 검색해야 정말 원하던 기능에 대한 설명과 정보가 나옴(aws 웹페이지 한정).

- firebase 검색 시, aws 에 비하면 깔끔하게, 검색하면 잘 나옴.

https://github.com/mireu-san/firebase-testing-lab

https://docs.amplify.aws/

 

aws amplify 실험 결과. 

api interaction 및, amplify 를 통한 hosting 에 성공.

https://dev.d2wjvv9yuuhsx9.amplifyapp.com/

 

React App

 

dev.d2wjvv9yuuhsx9.amplifyapp.com

firebase 실험 결과.

api interaction 에 성공. (가능은 한데 hosting 은 별도로 진행하지 않음)

https://github.com/mireu-san/firebase-testing-lab

 

GitHub - mireu-san/firebase-testing-lab: Literally take any experiement to testing out any firebase communication feature as fro

Literally take any experiement to testing out any firebase communication feature as frontend side. - GitHub - mireu-san/firebase-testing-lab: Literally take any experiement to testing out any fireb...

github.com