✔️ Introduction
✔️ How to write GPT prompt
✔️ The reason for selecting these tech stacks
Grafana & Prometheus
Django | Node exporter |
---|---|
cAdvisor | |
$ git clone --recursive https://github.com/A-Interview/Docker.git
- settings/.env
# backend env
GPT_API_KEY=
DJANGO_SECRET_KEY=
MYSQL_DATABASE=
MYSQL_NAME=
MYSQL_USER=
MYSQL_PASSWORD=
MYSQL_ROOT_PASSWORD=
MYSQL_PORT=
MYSQL_HOST=
# AWS env
MY_AWS_ACCESS_KEY =
MY_AWS_SECRET_ACCESS_KEY =
AWS_STORAGE_BUCKET_NAME =
AWS_S3_CUSTOM_DOMAIN =
FILE_URL=
$docker compose up --build
Click
📦backend
┣ 📂ainterview
┃ ┣ 📂__pycache__
┃ ┣ 📜__init__.py
┃ ┣ 📜asgi.py
┃ ┣ 📜celery.py
┃ ┣ 📜settings.py
┃ ┣ 📜urls.py
┃ ┗ 📜wsgi.py
┣ 📂forms
┃ ┣ 📂__pycache__
┃ ┣ 📂migrations
┃ ┣ 📜__init__.py
┃ ┣ 📜admin.py
┃ ┣ 📜apps.py
┃ ┣ 📜models.py
┃ ┣ 📜serializers.py
┃ ┣ 📜tests.py
┃ ┣ 📜urls.py
┃ ┗ 📜views.py
┣ 📂speak_to_chat
┃ ┣ 📂__pycache__
┃ ┣ 📂migrations
┃ ┣ 📜__init__.py
┃ ┣ 📜apps.py
┃ ┣ 📜interview_consumer.py
┃ ┣ 📜models.py
┃ ┣ 📜routing.py
┃ ┣ 📜serializers.py
┃ ┣ 📜tasks.py
┃ ┣ 📜urls.py
┃ ┗ 📜views.py
┣ 📂users
┃ ┣ 📂__pycache__
┃ ┣ 📂migrations
┃ ┣ 📜__init__.py
┃ ┣ 📜admin.py
┃ ┣ 📜apps.py
┃ ┣ 📜models.py
┃ ┣ 📜serializers.py
┃ ┣ 📜tests.py
┃ ┣ 📜urls.py
┃ ┗ 📜views.py
┣ 📜.git
┣ 📜.gitignore
┣ 📜Pipfile
┣ 📜Pipfile.lock
┣ 📜dockerfile
┣ 📜manage.py
┣ 📜requirements.txt
┗ 📜storage.py
📦frontend
┣ 📂public
┣ 📂src
┃ ┣ 📂assets
┃ ┣ 📂components
┃ ┣ 📂lottie
┃ ┣ 📂pages
┃ ┃ ┣ 📜ApplyFormPickerPage.tsx
┃ ┃ ┣ 📜InterviewProgressPage.tsx
┃ ┃ ┣ 📜InterviewResultPage.tsx
┃ ┃ ┣ 📜LoginPage.tsx
┃ ┃ ┣ 📜MainPage.tsx
┃ ┃ ┣ 📜MyPage.tsx
┃ ┃ ┣ 📜SignupPage.tsx
┃ ┃ ┣ 📜StandBy.tsx
┃ ┃ ┗ 📜WatingPage.tsx
┃ ┣ 📂state
┃ ┃ ┗ 📜Atom.ts
┃ ┣ 📂style
┃ ┃ ┗ 📜GlobalStyle.tsx
┃ ┣ 📂types
┃ ┃ ┗ 📜index.d.ts
┃ ┣ 📜App.tsx
┃ ┣ 📜index.css
┃ ┗ 📜index.tsx
┣ 📜.eslintrc.json
┣ 📜.git
┣ 📜.gitignore
┣ 📜Dockerfile
┣ 📜Dockerfile.prod
┣ 📜README.md
┣ 📜nginx.conf
┣ 📜package-lock.json
┣ 📜package.json
┗ 📜tsconfig.json
📦 settings
┗ 📜.env
Name | 한석진 | 박준서 | 김미영 | 유현석 | 송유림 | 조형준 | 김가을 |
---|---|---|---|---|---|---|---|
Profile | |||||||
role | Team Leader Frontend Backend DevOps |
Frontend | Frontend | Backend DevOps |
Backend | Backend | Backend |
GitHub | @hsjni0110 | @JSWING5267 | @miyoung12 | @fiedith | @youlimsongs | @Tojaman | @fallkim |