Skip to content

radlings/mindbot-backend

Repository files navigation

radlings

Radlings backend

Installation

Install miniconda to uniformly manage your Python and its packages.

Run the following command after cloning the repo.

$ conda env create -f environment.yml

Running locally

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages