https://github.com/andreacfromtheapp/random-word-api
A simple API to use with my Speak and Spell toy project. WIP. Come back soon.
https://github.com/andreacfromtheapp/random-word-api
axum rest-api restful-api rust rust-lang
Last synced: 11 months ago
JSON representation
A simple API to use with my Speak and Spell toy project. WIP. Come back soon.
- Host: GitHub
- URL: https://github.com/andreacfromtheapp/random-word-api
- Owner: andreacfromtheapp
- Created: 2025-07-19T12:18:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T14:21:57.000Z (11 months ago)
- Last Synced: 2025-08-03T16:15:28.389Z (11 months ago)
- Topics: axum, rest-api, restful-api, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Word API
This is my first Rust API with Axum. The proverbial itch to learn API design and
development with Axum.
Its main purpose, besides learning, is to be a simple API to eventually use with
my [Speak and Spell](https://github.com/andreacfromtheapp/elm_speakandspell) toy
project.
## Home
## Acknowledgments
Inspired by (not going to be as
featureful nor publicly usable)
The initial code is based on
[Code Like a Pro in Rust](https://www.manning.com/books/code-like-a-pro-in-rust)
(which I own and have used to learn).