Backend for Resources portal for AnC.
Set up the server locally
$ git clone git@github.com:Academics-and-Career-Council/Radon.git
$ cd Radon
$ rustup override set nightly
$ cargo run -- --cors=true # for enabling CORS
$ cargo run # to run withour CORS