Schroedinger-Hat / ImageGoNord

A tool that can convert your rgb images to nordtheme palette
https://ign.schrodinger-hat.it/
GNU Affero General Public License v3.0
845 stars 33 forks source link

Add multi-container Docker setup for imagegonord API and frontend #170

Open mina-atef-00 opened 1 month ago

mina-atef-00 commented 1 month ago

Describe the feature Add a multi-container Docker setup for the API and Vue frontend

Motivation Currently, the imagegonord project consists of a Python API and a Vue frontend, which aren't containerized yet. By containerizing the API and frontend separately using Docker, we can make it easier to manage each component independently & ease the development process.

Proposed solution Adding a multi-container Docker setup for the imagegonord project. Here's a high-level overview of the proposed setup:

image

This setup would allow us to easily spin up both the API and frontend containers with a single command, and would make it easier to deploy and develop the project in the future.

mina-atef-00 commented 1 month ago

I would like to work on it and submit a PR if you agree on adding this feature

TheJoin95 commented 1 month ago

Sure, go for it