Skip to content

studentenherz/myrustblog

Repository files navigation

My Rust Blog

Tech stack

This is a blog webapp built a a Rust fullstack. The backend is made with Actix Web and the frontend with Yew. I'm also using MongoDB as the main database.

I've also used other libraries (crates) like pulldown-cmark for Markdown to HTML parsing.

Roadmap

I made this mostly to learn Rust (by doing), but I also want this to become something worth using. With that in mind, I'll be adding new features and refactoring the code to fix issues, enhance the code style and make de app more performant.

Want to contribute?

Of course! Just contact me via Telegram @michelromero or open an issue in the GitHub repo.

Acknowledgements

  • Thanks to Snowden for their feedback. Please look at their work and visit https://roguelikeracing.com to play a multiplayer turn based RPG written in Rust using the Yew UI framework and the Bevy game engine.