An open API service indexing awesome lists of open source software.

https://github.com/josiahbull/human-friendly-ids-rs-demo

A quick demo server for demonstrating human friendly ids.
https://github.com/josiahbull/human-friendly-ids-rs-demo

conference demo rocket rust webserver

Last synced: 3 months ago
JSON representation

A quick demo server for demonstrating human friendly ids.

Awesome Lists containing this project

README

        

# Human Friendly Ids Rs Demo

A simple webserver and client for the Christchurch Rust 2025 Meetup.

Slides can be found here: https://docs.google.com/presentation/d/1AMA4nbFHyPek4PkgP5VKtGPdhmmeV__IFPDUxTRO5R4/edit?usp=sharing

## Running the server

```bash
export ADMIN_USERNAME=admin
export ADMIN_PASSWORD=admin
cargo run --release
```

## Presenter View

## Client View

## Docker Compose

```bash
docker-compose up
```

## Contribution

Please feel free to contribute to this project by submitting a pull request.

## License

This project is licensed under either the MIT or Apache License 2.0, at your option.

- [MIT License](LICENSE-MIT)
- [Apache License, Version 2.0](LICENSE-APACHE)