Running API
Dependencies
Installation Instructions for Mac/Linux
# Install Rust, psql, and Docker
# Build and run application
Rust project documentation
To view the project's auto-generated documentation, run cargo doc --open
locally, or view
the latest version online.
Useful commands
# Install optional Rust command-line utilities
# Other useful commands
| TEST_LOG=true |
Project Architecture
- configurations contains three files - base.yaml, local.yaml, and production.yaml. Base.yaml contains default configuration shared between local and production, and local and production specify configuration settings that differ between the two environments.
- migrations
- scripts
- src
- tests
- .env
- Cargo.toml
- Dockerfile
- sqlx-data.json