diff --git a/.containerignore b/.containerignore index feca391..56c261b 100644 --- a/.containerignore +++ b/.containerignore @@ -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/target diff --git a/server/README.md b/server/README.md index 8270879..2b5709a 100644 --- a/server/README.md +++ b/server/README.md @@ -1,2 +1,8 @@ -https://github.com/biluohc/actixweb-sqlx-jwt -https://github.com/wpcodevo/rust-mysql-crud-sqlx +# Server + +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)