Commit Graph
106 Commits
Author SHA1 Message Date
schn33fuchs 94aea7ca27 Dependency Update
Updated deps and added serialize for the structs
2026-04-22 16:00:09 +02:00
schn33fuchs 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
schn33fuchs 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
schn33fuchs ca54a03d07 Initialized Backend crate & deps
Created a backend binary and defined it's dependencies
2026-04-20 21:07:06 +02:00
schn33fuchs 38c7633967 Initialized Rust project
Used "cargo init" to initialize the rust project
2026-04-17 17:14:17 +02:00
schn33fuchs 8c3bad1dd1 Initial commit 2026-04-17 17:04:07 +02:00