Radlings backend
Install miniconda to uniformly manage your Python and its packages.
Run the following command after cloning the repo.
$ conda env create -f environment.yml
Run this command in your shell first! This will store application default credentials on your local machine.
$ gcloud auth application-default login
and
$ python main.py
To fetch the categories
Request Type - GET
End Point - /categories
To fetch the resources
Request Type - POST
End Point - /fetch_resource
params - {'category': <name_of_category>}
to test locally.