Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 654 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 654 Bytes

alphafold-on-fire backend

Code style: black Imports: isort


Project structure

.
├── app  # src for the application
│   ├── config.py  # reading in settings from env
│   ├── database.py  # configuring database connection
│   ├── main.py  # main entrypoint for the application
│   ├── routers  # route definitions
│   └── schemas  # pydantic model definitions
└── tests  # tests