This is my first project using rust, so it probably doesn’t follow the best practices. Be aware of it 😊
-
Add/update/remove items with markdown, persisted on mongo
-
Security - single user, need to provider user/pass as env vars
-
Functional tests - mongo needs to be running, docker-compose provided
-
Ready to deploy to heroku - need to provide env vars:
-
APP_PASS
-
APP_USER
-
MONGODB_DATABASE
-
MONGODB_PASS
-
MONGODB_URI
-
MONGODB_USER
-
RUST_BACKTRACE = full (optional)
-
RUSTUP_TOOLCHAIN = nightly
-
-
Tera - template engine