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

https://github.com/dense-analysis/densechat-api

A RestAPI for densechat.ai
https://github.com/dense-analysis/densechat-api

Last synced: 3 months ago
JSON representation

A RestAPI for densechat.ai

Awesome Lists containing this project

README

          

# densechat-api

A RestAPI for [densechat.ai](https://densechat.ai).

## Development

Follow these steps to configure the project and run it locally.

1. Check that your Python version matches the project: `cat .python-version`
2. Install [poetry](https://python-poetry.org/): `python -m pip install -r poetry.txt`
3. Run poetry: `poetry install`

To update dependencies later, run `poetry update` and commit `poetry.lock`.