Working on rust backend

This commit is contained in:
2023-08-30 18:39:33 -04:00
parent d999e3d484
commit 7a7f90809a
13 changed files with 2942 additions and 4 deletions

4
backend/.env Normal file
View File

@@ -0,0 +1,4 @@
RUST_LOG=backend=info,actix=info,diesel_migrations=info
DATABASE_URL=postgres://postgres:password@localhost/notes_api
HOST=127.0.0.1
PORT=5000