Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified README.md
Binary file not shown.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tap-learning-app
Submodule tap-learning-app added at 63842c
17 changes: 17 additions & 0 deletions tap-learning-backend/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
NODE_ENV=development
HOST=localhost
PORT=3000
DATABASE_PATH=./data/tap-buddy.sqlite
JSON_BODY_LIMIT=256kb
AUTH_TOKEN_TTL_MS=3600000
REFRESH_TOKEN_TTL_MS=604800000
TUTOR_SESSION_TTL_MS=120000
RATE_LIMIT_WINDOW_MS=60000
RATE_LIMIT_MAX_REQUESTS=120
DEFAULT_PARTNER_ID=tap-demo
ALLOWED_PARTNERS=tap-demo
PARTNER_SECRET=tap-partner-secret
TUTOR_LIVE_REQUIRED=false
DIKSHA_BASE_URL=https://diksha.gov.in
DIKSHA_CHANNEL=tap-buddy
DIKSHA_AUDIENCE=student
Binary file added tap-learning-backend/data/tap-buddy.sqlite
Binary file not shown.
Binary file added tap-learning-backend/data/tap-buddy.sqlite-shm
Binary file not shown.
Binary file added tap-learning-backend/data/tap-buddy.sqlite-wal
Binary file not shown.
16 changes: 16 additions & 0 deletions tap-learning-backend/node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions tap-learning-backend/node_modules/.bin/mime.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions tap-learning-backend/node_modules/.bin/mime.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading