How to create an API based on NestJS, TypeORM, PostgreSQL, Docker, and MinIO, knowing that I want to have the following structure:
[
{
"id": 1,
"name": "TRACKING CASH ",
"image": "images/T5.jpg",
"images":[
{
"image": "images/T3.jpg",
"imgDes":"connexion"
}
],
"description": "texte",
"lien": " http:/2003",
"manuel": "/guide.pdf.crdownload",
"videoT": "",
}
]
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Top comments (1)
How to create an API based on NestJS, TypeORM, PostgreSQL, Docker, and MinIO, knowing that I want to have the following structure:
[
{
"id": 1,
"name": "TRACKING CASH ",
"image": "images/T5.jpg",
"images":[
{
"image": "images/T3.jpg",
"imgDes":"connexion"
}
],
"description": "texte",
"lien": " http:/2003",
"manuel": "/guide.pdf.crdownload",
"videoT": "",
}
]