FrostByte/server
2024-03-08 05:26:22 +01:00
..
.sqlx Updated sqlx cache 2024-03-06 08:08:41 +01:00
migrations Added a migration script containing useful functions/procedures 2024-03-06 08:06:32 +01:00
src Allow dead code for hex_string, since its not used for now 2024-03-08 05:26:22 +01:00
testing Stress testing python script 2023-10-10 19:30:10 +02:00
.gitignore Working actix_files and vite configuration for serving static build 2023-10-17 03:04:42 +02:00
build.rs Database integration WIP 2023-10-10 00:03:04 +02:00
Cargo.lock Lock bump 2024-02-26 19:03:21 +01:00
Cargo.toml Version bump for jsonwebtoken 2023-12-18 17:25:17 +01:00
README.md Better comments and guidance in certain files 2023-10-18 19:20:06 +02:00

Server

An actix-web server that uses sqlx to connect to a database.

Some examples