FlashNotes
No description available.
파일 탐색기
최종 버전 다운로드 (.zip)- lint_backend.yml
- lint_frontend.yml
- test_backend.yml
- settings.json
- __init__.py
- config.py
- exceptions.py
- provider.py
- __init__.py
- .keep
- 4efa50e00bd4_add_indexes_to_foreign_keys_and_.py
- a4ee77cd028b_practice_sessions.py
- c8f918b058c6_.py
- cb16ae472c1e_.py
- cb7e65c8085b_add_user_cascade_delete_relationships.py
- d1ea38d75310_add_ai_usage_quota_tables.py
- env.py
- script.py.mako
- __init__.py
- api.py
- schemas.py
- services.py
- __init__.py
- config.py
- db.py
- __init__.py
- ai_config.py
- api.py
- exceptions.py
- models.py
- schemas.py
- services.py
- __init__.py
- api.py
- schemas.py
- services.py
- __init__.py
- api.py
- models.py
- schemas.py
- services.py
- __init__.py
- backend_pre_start.py
- initial_data.py
- main.py
- routers.py
- __init__.py
- test_api.py
- test_services.py
- __init__.py
- test_api.py
- test_services.py
- __init__.py
- test_api.py
- test_services.py
- __init__.py
- test_api.py
- test_services.py
- __init__.py
- conftest.py
- test_cascade_delete.py
- __init__.py
- test_test_pre_start.py
- __init__.py
- test_api.py
- test_services.py
- utils.py
- __init__.py
- conftest.py
- test_api.py
- test_services.py
- __init__.py
- user.py
- utils.py
- __init__.py
- conftest.py
- tests_pre_start.py
- .env.example
- .gitignore
- alembic.ini
- docker-compose.test.yml
- Dockerfile
- Dockerfile.pip
- entrypoint.sh
- prestart.sh
- pyproject.toml
- tests-start.sh
- uv.lock
- how-to-run-github-action-locally.md
- translation.json
- translation.json
- translation.json
- apple-touch-icon.png
- favicon-96x96.png
- favicon.ico
- favicon.svg
- preview_dark.mp4
- preview_light.mp4
- site.webmanifest
- web-app-manifest-192x192.png
- web-app-manifest-512x512.png
- contributors.json
- Logo.svg
- stars.json
- ApiError.ts
- ApiRequestOptions.ts
- ApiResult.ts
- CancelablePromise.ts
- OpenAPI.ts
- request.ts
- index.ts
- sdk.gen.ts
- types.gen.ts
- CardEditor.tsx
- CardHeader.tsx
- CardIListtem.tsx
- CollectionActionHeader.tsx
- CollectionDialog.tsx
- CollectionKebabMenu.tsx
- CollectionListItem.tsx
- EditorToolbar.tsx
- index.ts
- RichText.styles.css
- RichTextContent.tsx
- RichTextEditor.tsx
- useRichTextEditor.ts
- AiPromptDialog.tsx
- AnalyticsConsent.tsx
- Button.tsx
- CardSkeleton.tsx
- Drawer.tsx
- EmptyState.tsx
- ErrorState.tsx
- FloatingActionButton.tsx
- Footer.tsx
- GuestModeNotice.tsx
- Input.tsx
- LanguageSelector.tsx
- ListSkeleton.tsx
- LoadingState.tsx
- Navbar.tsx
- PasswordInput.tsx
- ScrollableContainer.tsx
- SpeedDial.tsx
- TextCounter.tsx
- PracticeCard.tsx
- PracticeComplete.tsx
- PracticeControls.tsx
- PracticeHeader.tsx
- MasteryDonutChart.tsx
- MostFailedCards.tsx
- PerformanceChart.tsx
- PracticeBarChart.tsx
- StatsGrids.tsx
- StatsSummaryGrid.tsx
- close-button.tsx
- color-mode.tsx
- dialog.tsx
- drawer.tsx
- menu.tsx
- password-input.tsx
- skeleton.tsx
- toaster.tsx
- tooltip.tsx
- cards.ts
- collections.ts
- practiceSessions.ts
- stats.ts
- flashcardsDB.ts
- useAuth.ts
- useAuthContext.tsx
- useCard.ts
- usePracticeSession.ts
- useTextCounter.tsx
- index.tsx
- analytics.ts
- ApiCardRepository.ts
- CardRepository.ts
- CardRepositoryFactory.ts
- LocalCardRepository.ts
- ApiCollectionRepository.ts
- CollectionRepository.ts
- CollectionRepositoryFactory.ts
- LocalCollectionRepository.ts
- ApiPracticeSessionRepository.ts
- LocalPracticeSessionRepository.ts
- PracticeSessionRepository.ts
- PracticeSessionRepositoryFactory.ts
- ApiStatsRepository.ts
- LocalStatsRepository.ts
- StatsRepository.ts
- StatsRepositoryFactory.ts
- $cardId.tsx
- new.tsx
- index.tsx
- practice.tsx
- stats.tsx
- index.tsx
- index.tsx
- login.tsx
- signup.tsx
- thanks.tsx
- __root.tsx
- _layout.tsx
- _publicLayout.tsx
- cards.ts
- collections.ts
- practiceSessions.ts
- stats.ts
- authUtils.ts
- stats.ts
- text.ts
- main.tsx
- routeTree.gen.ts
- theme.tsx
- utils.ts
- vite-env.d.ts
- .env.example
- .gitignore
- biome.json
- Dockerfile
- index.html
- openapi-ts.config.ts
- openapi.json
- package.json
- pnpm-lock.yaml
- tsconfig.app.json
- tsconfig.build.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- generate_client.sh
- .gitignore
- .pre-commit-config.yaml
- api_docs.png
- CONTRIBUTING.md
- docker-compose.yml
- LICENSE
- preview.gif
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/0010aor/FlashNotes
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd FlashNotes
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose -f backend/docker-compose.test.yml up -d --build
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
3. Node.js
쉬움사전 준비물
pnpm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
pnpm run dev
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
