/laskin

The microservice for Tomoru that allows performing mathematical operations.

Primary LanguagePythonMIT LicenseMIT

Laskin

CodeFactor Requirements Status

The microservice for Tomoru that adds support for mathematical operations.

Installation

pip install -r requirements.txt

or Poetry:

poetry install

Poetry will install dev-dependencies as well. So use that if you are planning to contribute.

Startup

Run development server with:

python app.py

or run production server with:

gunicorn app:app

License

MIT