Rust backend using Axum framework and sqlx(postgresql)
Svelte spa frontend
steps to run:
- go to backend folder: cd backend
- run: cargo sqlx prepare
- check that debug_set_env_var() in main line 22 is commented out(only run this when running backend local);
- run docker compose up from root folder.