This is an API originaly made for the Heptagram Bot project, now under the botish.xyz domain, maintained by Vyvy-Vi. For contributing to the project, check out the CONTRIBUTING.md file.
Coming soon...
Pythonv3.7+fastapi(API framework)poetry(dependency manager)uvicorn(ASGI server)pip(needed to install poetry)
Install Poetry
pip install poetrySet up the project dependencies and the pre-commit hooks
poetry install poetry run task precommitSet up the MongoDB instance
Run the project
poetry run task startLinting your code
poetry run task lint