Crate hermod_api

Source
Expand description

Rapid and seamless customer interaction. Designed by Russell Weas, Jonathan Pence, Do Thien An Duong, Simon Jeon for CS 495 at The University of Alabama.

This wiki only contains documentation for publicly exposed structs/methods in each module. For more information about auto-generated Rust documentation, visit the rustdoc documentation.

All code in this crate is MIT licensed.

Modulesยง

clients
Contains clients for interacting with third-party APIs
db
Contains structs that model database tables.
handlers
Contains HTTP Handlers that directly receive and respond to requests to the server.
services
Contains services and helpers for Hermod.
startup
Contains code neccessary to bootstrap the application and run the server.