/FishyFish

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

🐟 Fishy Fish 🎣

λ¬Όκ³ κΈ° λΆ„λ₯˜ 및 정보 제곡 μ„œλΉ„μŠ€

πŸ“ System Archiecture

image


πŸ“Ή Demo

1️⃣ 둜그인&νšŒμ›κ°€μž… νŽ˜μ΄μ§€
ezgif com-gif-maker (6)

2️⃣ 메인 νŽ˜μ΄μ§€
ezgif com-gif-maker (5)

3️⃣ Flsh list ezgif com-gif-maker (10)

λ°˜μ‘ν˜• νŽ˜μ΄μ§€λ‘œ κ΅¬ν˜„
ezgif com-gif-maker (4)

πŸ”Œ Tech Stack

λΆ„λ₯˜ 기술
Frontend
Backend
AI
Devops
DB
Cloud
Monitoring

πŸ“‚ file tree

πŸ“¦fishy fish
┣ πŸ“‚backend
┃ ┣ πŸ“‚accounts
┃ ┃ ┣ πŸ“‚migrations
┃ ┃ ┃ β”— πŸ“œ__init__.py
┃ ┃ ┣ πŸ“œ__init__.py
┃ ┃ ┣ πŸ“œadmin.py
┃ ┃ ┣ πŸ“œapps.py
┃ ┃ ┣ πŸ“œmodels.py
┃ ┃ ┣ πŸ“œserializers.py
┃ ┃ ┣ πŸ“œtests.py
┃ ┃ ┣ πŸ“œurls.py
┃ ┃ β”— πŸ“œviews.py
┃ ┣ πŸ“‚images
┃ ┃ ┣ πŸ“‚fixtures
┃ ┃ ┃ β”— πŸ“œdata.json
┃ ┃ ┣ πŸ“‚inference
┃ ┃ ┃ ┣ πŸ“œexpect.py
┃ ┃ ┃ β”— πŸ“œlast.pt
┃ ┃ ┣ πŸ“‚migrations
┃ ┃ ┃ β”— πŸ“œ__init__.py
┃ ┃ ┣ πŸ“œ__init__.py
┃ ┃ ┣ πŸ“œadmin.py
┃ ┃ ┣ πŸ“œapps.py
┃ ┃ ┣ πŸ“œmodels.py
┃ ┃ ┣ πŸ“œserializers.py
┃ ┃ ┣ πŸ“œtasks.py
┃ ┃ ┣ πŸ“œtests.py
┃ ┃ ┣ πŸ“œurls.py
┃ ┃ β”— πŸ“œviews.py
┃ ┣ πŸ“‚teami
┃ ┃ ┣ πŸ“‚migrations
┃ ┃ ┃ β”— πŸ“œ__init__.py
┃ ┃ ┣ πŸ“œ__init__.py
┃ ┃ ┣ πŸ“œasgi.py
┃ ┃ ┣ πŸ“œassest_storages.py
┃ ┃ ┣ πŸ“œcelery.py
┃ ┃ ┣ πŸ“œmodels.py
┃ ┃ ┣ πŸ“œsettings.py
┃ ┃ ┣ πŸ“œurls.py
┃ ┃ β”— πŸ“œwsgi.py
┃ ┣ πŸ“œgitignore
┃ ┣ πŸ“œDockerfile
┃ ┣ πŸ“œenvironments.py
┃ ┣ πŸ“œmanage.py
┃ ┣ πŸ“œreadme.md
┃ ┣ πŸ“œrequirement.txt
┃ β”— πŸ“œrun-celery.sh
┣ πŸ“‚frontend
┃ ┣ πŸ“‚ngnix
┃ ┃ β”— πŸ“œdefault.conf
┃ ┣ πŸ“‚public
┃ ┃ ┣ πŸ“‚font
┃ ┃ ┣ πŸ“‚img
┃ ┃ ┣ πŸ“œfavicon.ico
┃ ┃ ┣ πŸ“œindex.html
┃ ┃ ┣ πŸ“œlogo192.png
┃ ┃ ┣ πŸ“œlogo512.png
┃ ┃ ┣ πŸ“œmanifest.json
┃ ┃ β”— πŸ“œrobots.text
┃ ┣ πŸ“‚src
┃ ┃ ┣ πŸ“‚assests/images
┃ ┃ ┣ πŸ“‚components
┃ ┃ ┃ ┣ πŸ“‚FishList
┃ ┃ ┃ ┃ ┣ πŸ“œindex.tsx
┃ ┃ ┃ ┃ β”— πŸ“œstyle.css
┃ ┃ ┃ ┣ πŸ“‚ImageUpload
┃ ┃ ┃ ┃ ┣ πŸ“œindex.tsx
┃ ┃ ┃ ┃ β”— πŸ“œstyle.css
┃ ┃ ┃ ┣ πŸ“‚InfoBoxInner
┃ ┃ ┃ ┃ ┣ πŸ“œindex.tsx
┃ ┃ ┃ ┃ β”— πŸ“œstyle.css
┃ ┃ ┃ ┣ πŸ“‚Information
┃ ┃ ┃ ┃ ┣ πŸ“œindex.tsx
┃ ┃ ┃ ┃ β”— πŸ“œstyle.css
┃ ┃ ┃ ┣ πŸ“‚InformationBlank
┃ ┃ ┃ ┃ ┣ πŸ“œindex.tsx
┃ ┃ ┃ ┃ β”— πŸ“œstyle.css
┃ ┃ ┃ ┣ πŸ“‚LoginForm
┃ ┃ ┃ ┃ ┣ πŸ“œLoginForm.module.css
┃ ┃ ┃ ┃ ┣ πŸ“œLoginForm.tsx
┃ ┃ ┃ ┃ ┣ πŸ“œLogintype.ts
┃ ┃ ┃ ┃ β”— πŸ“œreact-awesome-autoplay.d.ts
┃ ┃ ┃ ┣ πŸ“‚NaviBar
┃ ┃ ┃ ┃ ┣ πŸ“œindex.tsx
┃ ┃ ┃ ┃ β”— πŸ“œstyle.css
┃ ┃ ┃ ┣ πŸ“‚NotFound
┃ ┃ ┃ ┃ β”— πŸ“œNotFound.tsx
┃ ┃ ┃ ┣ πŸ“‚Pagenation
┃ ┃ ┃ ┃ ┣ πŸ“œka1.svg
┃ ┃ ┃ ┃ ┣ πŸ“œka2.svg
┃ ┃ ┃ ┃ ┣ πŸ“œka3.png
┃ ┃ ┃ ┃ ┣ πŸ“œPagenation.module.css
┃ ┃ ┃ ┃ β”— πŸ“œPagenation.tsx
┃ ┃ ┃ β”— πŸ“‚RegisterForm
┃ ┃ ┃   ┣ πŸ“œreact-awesome-autoplay.d.ts
┃ ┃ ┃   ┣ πŸ“œRegisterFrom.module.css
┃ ┃ ┃   ┣ πŸ“œRegisterFrom.tsx
┃ ┃ ┃   β”— πŸ“œRegisterType.ts
┃ ┃ ┣ πŸ“‚db
┃ ┃ ┃ β”— πŸ“œdata.json
┃ ┃ ┣ πŸ“‚function
┃ ┃ ┃ ┣ πŸ“œemailValidation.ts
┃ ┃ ┃ ┣ πŸ“œhandleCookie.ts
┃ ┃ ┃ ┣ πŸ“œislogin.ts
┃ ┃ ┃ β”— πŸ“œpasswordCheck.ts
┃ ┃ ┣ πŸ“‚hooks
┃ ┃ ┃ ┣ πŸ“œuseGetData.ts
┃ ┃ ┃ β”— πŸ“œuseTitle.ts
┃ ┃ ┣ πŸ“‚pages
┃ ┃ ┃ ┣ πŸ“‚Home
┃ ┃ ┃ ┃ ┣ πŸ“œindex.tsx
┃ ┃ ┃ ┃ β”— πŸ“œstyle.css
┃ ┃ ┃ ┣ πŸ“‚Login
┃ ┃ ┃ ┃ β”— πŸ“œLogin.tsx
┃ ┃ ┃ ┣ πŸ“‚Register
┃ ┃ ┃ ┃ β”— πŸ“œRegister.tsx
┃ ┃ ┃ ┣ πŸ“‚Test
┃ ┃ ┃ ┃ β”— πŸ“œMyDropzone.tsx
┃ ┃ ┃ β”— πŸ“‚Upload
┃ ┃ ┃   ┣ πŸ“œindex.tsx
┃ ┃ ┃   β”— πŸ“œstyle.css
┃ ┃ ┣ πŸ“‚redux
┃ ┃ ┃ ┣ πŸ“‚Auth
┃ ┃ ┃ ┃ β”— πŸ“œtokenSlice.ts
┃ ┃ ┃ ┣ πŸ“‚Fish
┃ ┃ ┃ ┃ ┣ πŸ“œaction.tsx
┃ ┃ ┃ ┃ ┣ πŸ“œreducer.tsx
┃ ┃ ┃ ┃ β”— πŸ“œtypes.tsx
┃ ┃ ┃ ┣ πŸ“‚Login
┃ ┃ ┃ ┃ β”— πŸ“œloginSlice.ts
┃ ┃ ┃ ┣ πŸ“‚Register
┃ ┃ ┃ ┃ β”— πŸ“œregisterSlice.ts
┃ ┃ ┃ ┣ πŸ“œstore.ts
┃ ┃ ┃ β”— πŸ“œstore.tsx
┃ ┃ ┣ πŸ“œApp.css
┃ ┃ ┣ πŸ“œApp.tsx
┃ ┃ ┣ πŸ“œindex.css
┃ ┃ ┣ πŸ“œindex.tsx
┃ ┃ β”— πŸ“œreact-app-env.d.ts 
┃ ┣ πŸ“œ.gitignore
┃ ┣ πŸ“œdockerfile
┃ ┣ πŸ“œpackage-lock.json
┃ ┣ πŸ“œREADME.md
┃ β”— πŸ“œtsconfig.json
┣ πŸ“œ.gitignore
┣ πŸ“œdocker-compose.prod.yml
┣ πŸ“œdocker-compose.yml
┣ πŸ“œlicense
β”— πŸ“œreadme.md

πŸ“„ Swagger

image

πŸ€– AI

imageimage image

πŸ“ˆ Monitoring: prometheus & grafana

Screen Shot 2022-08-04 at 7 59 11 PM (1) Screen Shot 2022-08-04 at 7 55 26 PM (1)

🏒 Member

Name Develop Area Role Github
πŸ˜—Ryan Lee(Leader) Back-end, AI, DevOps API Design, Machine Learning, Docker, Data Monitoring Github Profile
πŸ˜†κΉ€μ—°μ§„ Back-end API Design, Data Engineering Github Profile
πŸ˜œμ†ν¬μ—° Back-end, AI API Design, Machine Learning Github Profile
πŸ˜‚μš©μ€€ν˜„ Frontend, DevOps Web Development, Deploy Github Profile
πŸ˜‹μœ μ œλΉˆ Frontend Web Development, UI/UX Design Github Profile