rust-wiki

a wiki implementation using rust

Stars
16
Committers
1

Same old https://github.com/adamatti/wiki[wiki], but using https://www.rust-lang.org/[rust lang].

This is my first project using rust, so it probably doesn't follow the best practices. Be aware of it 😊

==== Features

  • 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

==== Missing items

==== Stack / references

==== Questions / comments?

Feel free to contact me.