An open API service indexing awesome lists of open source software.

https://github.com/bendog/ketoguru


https://github.com/bendog/ketoguru

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# keto guru

## dev setup

requires:

- python3.7
- pipenv
- SpatiaLite -

install:

pipenv install

run:

pipenv shell
cd ketoguru
python ./manage.py migrate
python ./manage.py runserver