Won't you be my neighbor?
A simple CRM, starting as a JSON API user management system.
To create the necessary database schema, follow the installation instructions found in the Sitter library: https://github.com/jeremyandrews/sitter/blob/main/README.md#installation
Neighbor is still in very early development. It is inspired by the CMS functionality found in Drupal 6, and aspires to eventually become a flexbile Content Management System in its own right.
The initial goal is to provide the functionality documented in this two-part series where we used Django, resulting in a Rust-powered JSON backend for a single page application: https://www.tag1consulting.com/blog/building-api-django-20-part-i
We are currently building a self-hosted API powered by Actix and Tokio. We also intend to explore building the same self-hosted functionality using Tide and async_std.