/actix-discord-demo

a simple website written using actix-web that utilizes discord oauth2

Primary LanguageRustMIT LicenseMIT

actix-discord-demo

a webserver written using actix-web that utilizies Discord OAuth2

Running

  1. Rename .example.env to .env and fill the necessary values
    ⚠ Notice: An un-commended example can be found here
  2. Run docker-compose up
    ⚠ Warning: It will take a while to compile all crates the first time around

Thank You's

this project utilizied lots of code from https://github.com/ddimaria/rust-actix-example