I'm doing a college project, in the project, we were asked to implement an email service using sql (all "backend logic" is done in mysql procedures). at the last part of the project, we're asked to provide a GUI to accept input.I thought the fastest way to provide a GUI is building in Web. as I'm currently familiar with React and Node, I decided to use these tools as opposed to something sluggish like Java Swing.But the thing I don't know how to handle is to run all these three pieces with a single command so the TAs can run my project on their computers without installing a package manager, installing dependencies and all the hassles in using a codebase for the first time.I kinda know people use docker for this purpose and they dockerize their apps, But I don't know if you can dockerize a full-stack app like the one I described. I've only heard of dockerizing react or node not dockerizing a project with its frontend in React, backend in Node and using Mysql.What are my options? could you refer me to a tutorial or at least some keyword?
Submitted June 21, 2020 at 11:03PM by fiveMop
No comments:
Post a Comment