Files
poo-stack.rs/README.md
LinlyBoi 026349e82b fire
2023-01-26 20:44:17 +02:00

456 B

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