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

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

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).

---