Commit Graph

13 Commits

Author SHA1 Message Date
e2cfb61caa Cleanup 2026-05-25 17:43:07 +02:00
721e43c380 Refined docs and stuff
Docs link to each other and are generally better
2026-05-20 12:50:00 +02:00
535d940857 Removed unneeded imports 2026-05-10 10:26:16 +02:00
b87a6ff297 Docs.rs comments
Comments for generating the docs with cargo doc
2026-05-09 23:00:15 +02:00
d541cf18b1 Minor bugfixes 2026-05-02 10:23:25 +02:00
6c1c13e088 Cors layer added
header, origin and method limitations
2026-04-25 14:32:22 +02:00
51b6f89df2 Added user login, logout and creation functionality
Also minor changes to ticketing and AppState
2026-04-24 19:46:02 +02:00
b94a94a28e Added Json Web Tokens
Also down migration for users
2026-04-24 17:49:32 +02:00
d890255631 Added router for routing requests
1. Duh
2. Also minor bugfix
2026-04-22 21:27:08 +02:00
a9e31e2fdf Implemeted Display trait for Category enum 2026-04-22 18:29:56 +02:00
bc0d3cb589 Added database connection
Code now connects to database and prints out errors. Also the ticket
table now includes a timestamp field
2026-04-22 15:50:08 +02:00
9972863232 Created Axum routing for localhost, also SQL Table structure
Added a axum router and listener for serving a web page on localhost.
Also a sql table structure was created with sqlx migrate for storing
tickets and users
2026-04-22 13:08:14 +02:00
ca54a03d07 Initialized Backend crate & deps
Created a backend binary and defined it's dependencies
2026-04-20 21:07:06 +02:00