index : license-api-rs.git

ascending towards madness

Age Commit message Author
chore: fix unnecessary build instruction in readme holly sparkles
refactor: rename `errors` module to `messages` to match its purpose holly sparkles
refactor: replace `as_str()` on message enums with `impl Display` holly sparkles
chore: update readme, docker-compose.yml with examples holly sparkles
feat: add docker support holly sparkles
feat: add ability to customise welcome response by passing a filename holly sparkles
feat: add welcome message response holly sparkles
refactor: remove unnecessary logging holly sparkles
refactor: move error messages to errors module, improve errors, rustfmt holly sparkles
fix: add fallback routes and errors when requesting invalid routes holly sparkles
refactor: move config structs to config module holly sparkles
refactor!: remove lazy_static dep, use rustfmt on data module holly sparkles
refactor: move database queries to data module holly sparkles
feat: add retrieving license text holly sparkles
feat: add retrieving of license lists holly sparkles
fix: make license db structs and fields public holly sparkles
feat: add loading of license database holly sparkles
feat: add server config via environment variables holly sparkles
chore: remove slash prefixes from endpoints holly sparkles
feat: add api endpoints using tide holly sparkles
chore: add 'hello world' cargo project holly sparkles
chore: add LICENSE, README, and .gitignore holly sparkles