Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 276 Bytes

Radon

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