Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpouyam/ts_ddd_boilerplate-
This a DDD Boilerplate for TypeScript Project
https://github.com/mpouyam/ts_ddd_boilerplate-
Last synced: 16 days ago
JSON representation
This a DDD Boilerplate for TypeScript Project
- Host: GitHub
- URL: https://github.com/mpouyam/ts_ddd_boilerplate-
- Owner: mpouyam
- Created: 2023-04-20T16:33:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T16:45:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T08:50:59.043Z (2 months ago)
- Language: TypeScript
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of Contents
`
MongoDb has no official build for ubuntu 22.04 at the moment.
Ubuntu 22.04 has upgraded libssl to 3 and does not propose libssl1.1
You can force the installation of libssl1.1 by adding the ubuntu 20.04 source:
`> $ echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee
> /etc/apt/sources.list.d/focal-security.list> $ sudo apt-get update
> $ sudo apt-get install libssl1.1
> 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