mvp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
rrr-marble 236658e9d3
msc: move backend into its own dir
4 years ago
backend/src msc: move backend into its own dir 4 years ago
caddy add: reverse proxy 4 years ago
docker msc: move backend into its own dir 4 years ago
frontend fix: missing feature id on very 1st map click 4 years ago
.gitignore add: alembic migration 4 years ago
README.md add: reverse proxy 4 years ago
geodata-catalog.code-workspace initial commit 4 years ago

README.md

Requirements

Minimal versions

  • python 3.7
  • postgresql 12

Prepair

docker volume create --name=caddy_data

Known restrictions

  • models.py, schema.py, and current representation of column headers in headers db table (as initialised by alembic migration script) must be kept in sync
  • SQALCHEMY_DATABASE_URL in database.py and sqlalchemy.url in alembic.ini must be kept in sync

Known issues