An open API service indexing awesome lists of open source software.

https://github.com/thtskaran/tig-college-app


https://github.com/thtskaran/tig-college-app

Last synced: 3 months ago
JSON representation

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`