Backend for Resources portal for AnC.
Set up the server locally
$ git clone [email protected]: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