Abhishek-Mallick / universal-box

Project scaffolding just got easier — streamline your development with Universal-Box's pre-built templates and one-click deployment! 🚀
https://universal-box.dev
Apache License 2.0
28 stars 26 forks source link

Feature: Add Docker Configuration for FullStack Template #167

Closed Abhishek-Mallick closed 3 weeks ago

Abhishek-Mallick commented 3 weeks ago

Is your issue related to a specific problem? Please describe. There's a need for a Docker configuration in the template/FullStack/React(Frontend)+Nodejs(Backend) directory. This will help streamline the development and deployment process by allowing developers to easily containerize their applications.

Describe the solution you'd like I propose adding a Dockerfile and a docker-compose.yml file to the template/FullStack/React(Frontend)+Nodejs(Backend) template. This will enable users to build and run both the frontend and backend services in isolated containers.

Expected Features:

How would this feature improve Universal-Box? Adding Docker support will enhance the usability of the FullStack template by simplifying the setup process for new developers. It will ensure consistency across development environments and make deployment easier.

banerjeesoumya commented 3 weeks ago

Assign this issue to me, would like to work on it