adding readme
This commit is contained in:
parent
8e1cfbcb6f
commit
29dc84e643
1 changed files with 20 additions and 15 deletions
35
README.md
35
README.md
|
@ -1,19 +1,26 @@
|
||||||
# DB Diagrams
|
# DaKahootClone
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The best ever kahoot clone.
|
||||||
|
|
||||||
|
A project by [RezHackXYZ](https://rezhack.xyz) for [Neighborhood](https://neighborhood.hackclub.com/)
|
||||||
|
|
||||||
|
(⚠️ This project is one of a bunch of tools that are part of a larger project.
|
||||||
|
See the [original project repo](https://github.com/RezHackXYZ/ClassRoomStuff) for the full collection.)
|
||||||
|
|
||||||
|
👉 **[Try It Now](https://kahoot-clone-rezhackxyz.vercel.app/)**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Tech Stack
|
||||||
|
|
||||||
|
- SvelteKit
|
||||||
|
- JavaScript
|
||||||
|
- Supabase
|
||||||
|
|
||||||
## Current DB Diagram
|
## Current DB Diagram
|
||||||
|
|
||||||
```mermaid
|
|
||||||
erDiagram
|
|
||||||
GAMES {
|
|
||||||
int GamePIN PK
|
|
||||||
string gameStatus
|
|
||||||
json questions
|
|
||||||
jsonb players
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Goal MVP DB Diagram
|
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
erDiagram
|
erDiagram
|
||||||
GAMES {
|
GAMES {
|
||||||
|
@ -48,6 +55,4 @@
|
||||||
QUESTIONS ||--o{ ANSWERS : has_answers
|
QUESTIONS ||--o{ ANSWERS : has_answers
|
||||||
QUESTIONS ||--o{ ANSWEREDBY : has_answeredby
|
QUESTIONS ||--o{ ANSWEREDBY : has_answeredby
|
||||||
GAMES ||--o{ PLAYERS : has_players
|
GAMES ||--o{ PLAYERS : has_players
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue