MCPcopy Create free account
hub / github.com/code100x/daily-code

github.com/code100x/daily-code @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
274 symbols 775 edges 135 files 0 documented · 0% updated 24d ago★ 95652 open issues

Browse by type

Functions 235 Types & classes 39
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Quick Setup Locally

Option 1: Using Docker

docker compose watch

Option 2: Manual Setup

1. Install Dependencies

cd daily-code
yarn install

2. Setup Database

For Mac and Linux users

cd packages/db
chmod +x ./setupDB.sh
./setupDB.sh

For Windows users

cd packages/db
copy .env.example .env
docker-compose up

# Configure the database connection
# Add your connection string to DATABASE_URL

yarn prisma migrate dev
yarn prisma db seed

3. Run Locally

cd ../..
yarn run dev

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 211
Interface 30
Method 24
Class 8
Enum 1

Languages

TypeScript100%

Modules by API surface

apps/web/components/utils.tsx24 symbols
packages/ui/src/shad/ui/use-toast.tsx9 symbols
apps/web/lib/cache/in-memory-cache.ts9 symbols
apps/web/components/admin/AdminAddMCQ.tsx9 symbols
apps/web/lib/cache/redis-cache.ts8 symbols
apps/web/components/ErrorBoundary.tsx8 symbols
apps/web/components/BlogAppbar.tsx8 symbols
packages/db/Cache.ts7 symbols
apps/web/components/mcq/MCQCard.tsx7 symbols
apps/web/components/Tracks.tsx7 symbols
apps/web/components/SearchDialog.tsx6 symbols
apps/web/components/Categories.tsx6 symbols

Datastores touched

100xdevsDatabase · 1 repos
postgresDatabase · 1 repos

For agents

$ claude mcp add daily-code \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page