Medium(Eng) (https://medium.com/@tminstaller/siliconvalley-winter-bootcamp-remember-plus-3e1c5c8f3dcd)
Medium(Kor) (https://medium.com/@tminstaller/siliconvalley-winter-bootcamp-remember-plus-korean-803311e5fa9c)
→ 쌓여있는 명함 한 번에 쉽게 관리
→ 자신의 명함 등록
→ 상대방의 명함 등록
→ 자동 관계도 생성
→ 한눈에 보기 편한 UI/UX
→ 차트를 통한 분석 ⇒ 나만의 관계 데이터 관리
Frontend | Backend | DevOps | Monitoring | ETC |
---|---|---|---|---|
[ Main ]
[ Onboarding ]
[ Sign Up & Login ]
[ Enroll Card ]
Swagger
>
📦remember plus
┣ 📂.github
┣ 📂backend
┃ ┣ 📂backend
┃ ┃ ┣ 📜asgi.py
┃ ┃ ┣ 📜settings.py
┃ ┃ ┣ 📜url.py
┃ ┃ ┗ 📜wsgi.py
┃ ┗ 📂neo_db
┃ ┣ 📂migrations
┃ ┣ 📂static
┃ ┣ init.py
┃ ┣ 📜admin.py
┃ ┣ 📜apps.py
┃ ┣ 📜models.py
┃ ┣ 📜serializers.py
┃ ┣ 📜urls.py
┃ ┗ 📜view.py
┣ 📂frontend
┃ ┣ 📂.github
┃ ┣ 📂public
┃ ┗ 📂src
┃ ┣ 📂components
┃ ┃ ┣ 📂analytic
┃ ┃ ┃ ┣ 📜BarChart.tsx
┃ ┃ ┃ ┣ 📜Intro2Chart.tsx
┃ ┃ ┃ ┣ 📜IntroLineChart.tsx
┃ ┃ ┃ ┣ 📜LineChart.tsx
┃ ┃ ┃ ┣ 📜PieChart.tsx
┃ ┃ ┃ ┣ 📜StatisticsBox.tsx
┃ ┃ ┃ ┗ 📜ThreeDPieChart.tsx
┃ ┃ ┣ 📂card
┃ ┃ ┃ ┣ 📜CardInfo.tsx
┃ ┃ ┃ ┣ 📜CardInfoUpdateModal.tsx
┃ ┃ ┃ ┣ 📜CardPhotoUpdateModal.tsx
┃ ┃ ┃ ┗ 📜Modal.tsx
┃ ┃ ┣ 📂intro
┃ ┃ ┃ ┣ 📜Information.tsx
┃ ┃ ┃ ┣ 📜Slider.tsx
┃ ┃ ┃ ┣ 📜Sphere.tsx
┃ ┃ ┃ ┗ 📜Text.tsx
┃ ┃ ┣ 📂main
┃ ┃ ┃ ┣ 📜Button.tsx
┃ ┃ ┃ ┣ 📜ButtonEnrollModal.tsx
┃ ┃ ┃ ┣ 📜Card.tsx
┃ ┃ ┃ ┗ 📜Phone.tsx
┃ ┃ ┣ 📂relation
┃ ┃ ┃ ┣ 📜Chart.tsx
┃ ┃ ┃ ┣ 📜ChartContent.tsx
┃ ┃ ┃ ┣ 📜RelationGraph.tsx
┃ ┃ ┃ ┗ 📜ZoomableSVG.tsx
┃ ┃ ┗ 📂user
┃ ┃ ┃ ┣ 📜UserInfoUpdateModal.tsx
┃ ┃ ┃ ┣ 📜UserPhotoUpdateModal.tsx
┃ ┃ ┃ ┗ 📜UserProfile.tsx
┃ ┣ 📂css
┃ ┣ 📂domain
┃ ┣ 📂pages
┃ ┃ ┣ 📂Card
┃ ┃ ┃ ┣ 📜EnrollPage.tsx
┃ ┃ ┃ ┗ 📜NewEnrollPage.tsx
┃ ┃ ┣ 📂Login
┃ ┃ ┃ ┣ 📜LoginPage.tsx
┃ ┃ ┃ ┗ 📜SignupPage.tsx
┃ ┃ ┣ 📂Relation
┃ ┃ ┃ ┗ 📜RelationPage.tsx
┃ ┃ ┣ 📂User
┃ ┃ ┃ ┗ 📜UserPage.tsx
┃ ┃ ┗ 📂test
┃ ┣ 📂sphere
┃ ┃ ┗ 📂textures
┃ ┣ 📂types
┃ ┣ 📂utils
┃ ┣ 📜App.tsx
┃ ┣ 📜index.css
┃ ┗ 📜main.tsx
┗ 📂nginx
git clone <https://github.com/SV-Summer-BootCamp-Team-F/RememberPlus.git>
{
"proxy": "http://<ip>:<server_port>",
}
- 보통의 경우
1. terminal
2. docker-compose down
3. docker-compose up / docker-compose up —build
- 발생했던 에러
1. 권한 문제 (permission denied)
→sudo chown -R ($USER /Users/경로쓰는곳/.docker/)
Pictures | |||||||
---|---|---|---|---|---|---|---|
Name | 백동열 | 하재민 | 곽소정 | 정진원 | 김민지 | 백유진 | 임아정 |
Position |
Frontend Leader |
Backend DevOps |
Backend DevOps |
Frontend |
Backend DevOps |
Frontend |
Frontend |
GitHub |