Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 497 Bytes

Rust

ToDo Rust Examle

Simple ToDo app example written in Rust with Actix-Web and MongoDB.

Usage

Change MongoDB credentials in toml files which are in config/ folder.

(Optional) Provide config file name that will be used in runtime via ENV_FILE environment variable. Default is dev.

Build and run with cargo run command.

Access from browser or your favorite api test client. http://localhost:8081