Skip to content

hsos-ai-lab/agri-gaia-backend

Repository files navigation

Backend

The Webserver-Backend for Agri-Gaia powered by FastAPI.

Developer Documentation

Working on the data model

The backend server uses SQLAlchemy as ORM framework and PostgreSQL as the DBMS. Changes to the database schema are managed with alembic migrations.

Database migrations

The database migrations are applied automatically at the start of the backend server if the MIGRATE_DB environment variable is set. If the data model is changed a migration file can be autogenerated with alembic revision --autogenerate -m "message".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages