- add: initial database and auth services

This commit is contained in:
2024-11-25 20:45:16 -05:00
parent 6a35b5b373
commit 3ff22c9a5b
24 changed files with 817 additions and 1 deletions

6
.gitignore vendored
View File

@@ -4,9 +4,13 @@
debug/
target/
auth-service/.env
database-service/.env
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
auth-service/Cargo.lock
database-service/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk