Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/SE-Sustainability-OSS/ecodev-core

Set of helper methods around FastAPI/SQLModel to speed web application setup
https://github.com/SE-Sustainability-OSS/ecodev-core

authentication eviden fastapi logging monitoring sqlmodel

Last synced: about 1 month ago
JSON representation

Set of helper methods around FastAPI/SQLModel to speed web application setup

Awesome Lists containing this project

README

        

# ecodev-core



Coverage


Publish


Package version

Low level ecoact generic code. Aimed at being published in open source with poetry

## Installation of this package

You are strongly encouraged to install this package via Docker.

Starting from a project with a Docker file:
* add the module ecodev-core in the `requirements.txt` file
* make sure the `.env` file includes all required fields (see `BaseSettings` and `AuthenticationConfiguration`)
* build the new version of the Docker container (typically `docker build --tag xxx .`)
* run it with docker compose (`dc up -d`).

## Documentation

Please find it in the [associated mkdoc website!](https://ecodev-doc.lcabox.com/)