#Tauri + Astro setup

5 messages · Page 1 of 1 (latest)

hollow bear
#

I'm new to developing with Tauri and Astro, and I haven't worked with Rust before, nor with frontend frameworks. In addition, I will need to connect MongoDB for document-oriented objects.

Currently, I'm scared of the setup and the complex, opaque steps involved in creating a project in the selected technology stack.

But I really want to work with these technologies, because they cover my needs (on paper at least)

brave rain
#

I don't think anyone has made a MongoDB plugin for Tauri yet so you'll have to handle that from Rust. Which part of the setup have you done so far?

brave rain
hollow bear
#

Thank you for your response. I am currently trying to understand how to create a Tauri + Astro project (which i have failed to understand so far). Regarding MongoDB, I believe I will need to make requests to the rust backend and forward the responses to the front end.

long iron