https://github.com/kayyz1/examiaai
Online real-time exam creation tool
https://github.com/kayyz1/examiaai
bun hono react typescript websockets
Last synced: 2 months ago
JSON representation
Online real-time exam creation tool
- Host: GitHub
- URL: https://github.com/kayyz1/examiaai
- Owner: kayYZ1
- License: mit
- Created: 2024-12-14T07:17:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T11:58:57.000Z (over 1 year ago)
- Last Synced: 2025-02-06T12:32:32.550Z (over 1 year ago)
- Topics: bun, hono, react, typescript, websockets
- Language: TypeScript
- Homepage: https://examia-ai.netlify.app/
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExamiaAI
Made this project to learn more about web sockets and the use of generative AI in web applications.
User's can sign in just by using their email address (no passwords).
---
## Features
- Create questions sets
- Generate questions with ai
- Create and run exams for students in real-time with WebSockets
---
## Installation (Bun)
Clone and navigate to root
```zsh
git clone https://github.com/kayYZ1/ExamiaAI.git
```
```zsh
cd ExamiaAI
```
Server
```zsh
bun install
```
```zsh
bun dev
```
Client
```zsh
cd client
```
```zsh
bun install
```
```zsh
bun dev
```
---
## Technologies Used
- React
- TypeScript
- Hono
- Bun
- SQLite (Turso)
- Docker
## License
This project is licensed under the [MIT License](LICENSE).
---