# MNW Server Rust web server for [makenot.work](https://makenot.work), a fair creator platform with 0% platform fees. Built with Axum, SQLx (PostgreSQL), and Askama templates. ## Documentation - **Architecture:** `docs/architecture.md` - **Contributing:** `CONTRIBUTING.md` - **Deployment:** `deploy/deploy.sh` (run from this directory) - **Schema:** `docs/schema.md` - **Troubleshooting:** `docs/troubleshooting.md` ## Quick start ```sh cargo run # development server cargo test # run test suite cargo clippy # lint ``` See `CONTRIBUTING.md` for coding patterns, macros, and conventions.