Better comments and guidance in certain files

This commit is contained in:
Imbus 2023-10-18 19:20:06 +02:00
parent e5dfc47ccf
commit 1b006e146d
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,6 @@
# For more details about .containerignore files, see: https://www.mankier.com/5/containerignore
# Also known as .dockerignore: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Server files # Server files
/server/target /server/target

View file

@ -1,2 +1,8 @@
https://github.com/biluohc/actixweb-sqlx-jwt # Server
https://github.com/wpcodevo/rust-mysql-crud-sqlx
An actix-web server that uses sqlx to connect to a database.
## Some examples
- Api example using [actix-web + sqlx + jwt](https://github.com/biluohc/actixweb-sqlx-jwt)
- CRUD api example using [actix-web + sqlx](https://github.com/wpcodevo/rust-mysql-crud-sqlx)