FrostByte/server
2024-08-22 03:38:44 +02:00
..
.sqlx Remove unused query cache from sqlx cache 2024-03-06 00:26:14 +01:00
migrations Cleaning comments in migration script 2023-11-28 00:37:09 +01:00
src Allow some dead code for now 2024-08-22 03:38:44 +02: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 Version bumps, builds with rustc 1.82.0-nightly (506052d49 2024-08-16) 2024-08-22 03:25:07 +02:00
Cargo.toml Version bumps, builds with rustc 1.82.0-nightly (506052d49 2024-08-16) 2024-08-22 03:25:07 +02: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