https://github.com/thtskaran/tig-college-app
https://github.com/thtskaran/tig-college-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thtskaran/tig-college-app
- Owner: thtskaran
- Created: 2025-08-25T22:44:32.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-09-06T11:39:05.000Z (7 months ago)
- Last Synced: 2025-09-06T13:22:53.629Z (7 months ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tig-college-app
Monorepo: apps/** (api, web, ml-service), packages/** (config, ui)
## Dev
- API: `pnpm dev:api`
- Web: `pnpm dev:web`
- ML: `uvicorn apps/ml-service/app:app --reload --port 8000`