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.
- Host: GitHub
- URL: https://github.com/josiahbull/human-friendly-ids-rs-demo
- Owner: JosiahBull
- License: apache-2.0
- Created: 2025-03-10T20:39:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T21:21:25.000Z (3 months ago)
- Last Synced: 2025-03-10T21:35:25.933Z (3 months ago)
- Topics: conference, demo, rocket, rust, webserver
- Language: HTML
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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)