16 lines
456 B
Markdown
16 lines
456 B
Markdown
# Project structure
|
|
The project structure is divided into 3 thingies
|
|
|
|
## Frontend
|
|
- Utilises YEW
|
|
- Builds component with HTML macro
|
|
- Don't need anythign fancy yet
|
|
- Will hopefully add more here
|
|
- [ ] Make user input without dying
|
|
|
|
## Backend
|
|
Realised that diesel is abysmal and should not be used holy fuck
|
|
- sqlx my beloved
|
|
- we write the SQL code and it gets checked at compile time very cool
|
|
- [ ] Define structs for certain types for simplicity sake
|