Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 699 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 699 Bytes

ZVMS 4 Backend Implementation with Rust

JWT

Test Build

The first version of backend of ZVMS 4 is a shit mountain of code.

Since I am learning Rust, I decided to rewrite the backend in Rust.

Technologies used:

  • axum: Web framework
  • tokio: Async runtime
  • mongodb: Database

Remember to export the Python DLIB path before running the project.

For example:

export DYLD_LIBRARY_PATH=/opt/anaconda3/envs/zvms/lib:$DYLD_LIBRARY_PATH