Commit Graph

6 Commits

Author SHA1 Message Date
4bdf3dc04a Updated gitignore
node_modules now ignored
2026-05-02 12:32:38 +02:00
76b4ccf943 Updated gitignore 2026-04-27 12:49:21 +02:00
6ea3a512e8 Updated .gitignore 2026-04-27 12:12:52 +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
38c7633967 Initialized Rust project
Used "cargo init" to initialize the rust project
2026-04-17 17:14:17 +02:00
8c3bad1dd1 Initial commit 2026-04-17 17:04:07 +02:00