Angular SSR application that uses kuro-questions API, here you can share questions with others, and answer questions from others, or get a response of an AI model with WebLLM
You can deploy this project (Database and backend included) by running docker compose up
- setup environment.development.ts;
- run
npm install
- run
npm run start