Skip to content

moi90/ecotaxa_back

 
 

Repository files navigation

ecotaxa-back

CI codecov

Backend (decoupled from UI) for EcoTaxa

In this directory:

  • py is for Python back-end
  • QA contains all tests & measurements on the code.

In docker one can find build scripts, as well as a simple docker-compose configuration for setting up a DB server quickly, without impacting your whole system. It also embeds a PgAdmin4 docker image.

The UI itself is a server-side Flask app, in ../ecotaxa repository.

Image vault is virtually shared between back-end and legacy EcoTaxa, i.e. front-end.

The back-end reads config.cfg from legacy and derives from there.

Launching the docker DB server:

  • cd docker
  • docker-compose up

About

Backend of the EcoTaxa application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.0%
  • PLpgSQL 2.5%
  • Perl 1.8%
  • Dockerfile 0.3%
  • HTML 0.2%
  • Shell 0.2%