hwakabh / 6ow3idGirl

Official Homepage of 6ow3idgirl
https://6ow3idgirl.com/
MIT License
0 stars 0 forks source link

refactor(models): abstractions of each image file #21

Closed hwakabh closed 2 weeks ago

hwakabh commented 3 years ago

AsIs

Currently the images of each releases and thumbnails are implemented as static contents, but for allowing the site more dynamically, need to use express models to retrieve image path, or itselves.

ToDo

(Optional) Acceptances

(Optional) Additional contexts

hwakabh commented 6 months ago

Following official documents related to database with Nest, we can notice that there is a lot of ORMs, which we can adopt. As noted in the document, it seems that major options of ORM with TypeScript are:

Considering we are using MySQL for backend database, whose tutorial is also noted in Nest documents with using TypeORM, we will adopt to use TypeORM as initial implementations.

hwakabh commented 2 weeks ago

confirm database schemas will be applied to MySQL server on GCE instance

We confirmed this with local MySQL container instead of GCE instances (Evidences), since the production GKE cluster is making error on cluster-side, so will mark as completed so far.