Source

Target

Commits (2)
Showing with 4 additions and 15 deletions
+4 -15
# Architecture and development links # Architecture and development links
## Managing development
Trello board: `// TODO: Create trello board here`
API Wiki: `// TODO: Deploy API wiki`
## Instances
Dev-Instance: `// TODO: Ask for dev-instanse on MIEM server`
Running-Instance: `// TODO: Ask for prod-instace on MIEM server`
## List of used software or services ## List of used software or services
- [MinIO](https://min.io/) as S3-like bucket, or [Yandex.Cloud Object Storage](https://cloud.yandex.com/en-ru/services/storage) - [MinIO](https://min.io/) as S3-like bucket, or [Yandex.Cloud Object Storage](https://cloud.yandex.com/en-ru/services/storage)
...@@ -17,11 +7,8 @@ Running-Instance: `// TODO: Ask for prod-instace on MIEM server` ...@@ -17,11 +7,8 @@ Running-Instance: `// TODO: Ask for prod-instace on MIEM server`
- [Docker](https://www.docker.com/) - [Docker](https://www.docker.com/)
- [GitLab CI/CD](https://docs.gitlab.com/ee/ci/) as CI/CD platform - [GitLab CI/CD](https://docs.gitlab.com/ee/ci/) as CI/CD platform
- [Cloudflare Pages](https://pages.cloudflare.com/) as host for my static websites - [Cloudflare Pages](https://pages.cloudflare.com/) as host for my static websites
- [PostgresSQL](https://www.postgresql.org/) as a database - [PostgresSQL](https://www.postgresql.org/) as a database or SQLite
- [Sphinx](https://www.sphinx-doc.org/)
### List of Frontend libraries
`// TODO: Add frontend libraries here`
### List of Backend libraries ### List of Backend libraries
...@@ -36,3 +23,5 @@ Running-Instance: `// TODO: Ask for prod-instace on MIEM server` ...@@ -36,3 +23,5 @@ Running-Instance: `// TODO: Ask for prod-instace on MIEM server`
- [AioResponses](https://pypi.org/project/aioresponses/) for mock testing with aiohttp - [AioResponses](https://pypi.org/project/aioresponses/) for mock testing with aiohttp
- [Httpx](https://pypi.org/project/httpx/) as a TestClient in startlette - [Httpx](https://pypi.org/project/httpx/) as a TestClient in startlette
- [pytest-cov](https://pypi.org/project/pytest-cov/) for mesuaring coverage - [pytest-cov](https://pypi.org/project/pytest-cov/) for mesuaring coverage
- [boto](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) as S3 client
- [Telethon](https://docs.telethon.dev/en/stable/) as telegram client for user account