Skip to content

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

License

Notifications You must be signed in to change notification settings

FR-PAR-ECOACT/ecodev-core

Repository files navigation

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!

About

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published