Open meh opened 4 years ago
Great, I loved it. Thanks for sharing!
Thanks for sharing! Great article. My goto for next web project with rust. I wish there is a starter project with all these put together.
@namkaif @aslamplr since there's interest I'll probably make one, the blog post just had excerpts from a couple web services put together, I guess I could spend the time making a repository :)
Great work!!
Absolutely awesome. Very dense and informative. I'd love to have this as a starter template or something like that.
Super good article thank you. Indeed some more code would be amazing!!
@namkaif @aslamplr since there's interest I'll probably make one, the blog post just had excerpts from a couple web services put together, I guess I could spend the time making a repository :)
https://github.com/rusty-crab/warp-api-starter-template
Made an attempt to put together what is in the blog post and missing pieces. This is far from finished to be called an actual template for someone to get started. But it has all the pieces from the blog post. I will continue to make it more modular and usable. Meanwhile, contributions are welcome (PRs, Issues, anything..)
@meh I really appreciate if you could take a look at this and see if this is how it's wired together. Forgive me that it's all in a single file (src/main.rs).
Once again much love ❤️ I really appreciate this blog post exists.
@meh This is amazing! One question, juniper or async-graphql?
Definitely async-graphql
, I personally migrated to that, I just haven't had the time to update the blog post and such.
Any updates for 2021?
Damn, this is really, especially the comments on issues used as comments on the blog. Really Awesome :1st_place_medal:
Any updates for 2022 for the list of materials and tools needed to get the comfy?
Great article! Do you by any chance have an example repo?