FrostByte/server
2023-11-15 16:05:07 +01:00
..
.sqlx Debug builds now provides dummy posts 2023-11-15 11:32:57 +01:00
migrations Fixing typo 2023-10-21 01:55:07 +02:00
migrations_pg Ported the project from sqlite to postgres 2023-11-14 08:40:45 +01:00
src Registration endpoint fixing 2023-11-15 16:05:07 +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 Registration endpoint fixing 2023-11-15 16:05:07 +01:00
Cargo.toml Registration endpoint fixing 2023-11-15 16:05:07 +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