LiquidGalaxyLAB / Presentation-Tool

The presentation tool idea is to create an interface that is capable to create different sets of data configuration to be displayed on a Liquid Galaxy
Apache License 2.0
1 stars 5 forks source link

Dockerize the backend nodejs api server #21

Closed Aju100 closed 3 years ago

Aju100 commented 3 years ago

Hi, @KarinePistili ,

As Presentation-Tool runs backend on node js. It's always better to run codebase on the container so that other developers won't have any issue with installing dependencies and software version incompatibility.

Docker is the solution for it as it provides many solutions like compatibility, shine for microservice architecture, portability.

Regards, Aju

KarinePistili commented 3 years ago

Hi @Aju100 , I agree with you and I think this would benefit greatly the project. Feel free to work on it and make a pull request when done.

Aju100 commented 3 years ago

@KarinePistili Thank you for your response and it would make better enhancement for the backend of the codebase. I have opened up the PR #23 for it. Feedbacks are appreciated