| Crates.io | saasexpress-tenants |
| lib.rs | saasexpress-tenants |
| version | 0.2.0 |
| created_at | 2025-09-16 03:05:22.9978+00 |
| updated_at | 2025-09-16 03:05:22.9978+00 |
| description | Multi-tenant capabilitity |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1840883 |
| size | 158,968 |
This is the Rust implementation of the Admin API service for SaaSExpress.
Install Rust and Cargo (if not already installed):
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install Diesel CLI:
cargo install diesel_cli --no-default-features --features sqlite
Setup the database:
diesel setup
diesel migration run
make run-dev
or
cargo watch -x run
make run
or
cargo run --release
Build the Docker image:
make docker
Run the Docker container:
make docker-run
Once the service is running, you can access the Swagger UI documentation at:
http://localhost:8081/api/docs/
git checkout -b feature/my-feature)git commit -am 'Add my feature')git push origin feature/my-feature)This project is licensed under the Apache License - see the LICENSE file for details.