{"id":15164534,"url":"https://github.com/azshurith/dockerized-nuxt-express","last_synced_at":"2026-01-21T15:33:50.290Z","repository":{"id":247961745,"uuid":"827348266","full_name":"Azshurith/Dockerized-Nuxt-Express","owner":"Azshurith","description":"This repository contains a Docker environment for NuxtJS applications utilizing ExpressJS for streamlined development and deployment.","archived":false,"fork":false,"pushed_at":"2024-07-11T13:38:33.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T13:19:03.213Z","etag":null,"topics":["docker","docker-compose","expressjs","mysql","nodejs","nuxtjs","prisma","typescript","vue3","vuejs","vuetify"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azshurith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-11T13:29:15.000Z","updated_at":"2024-07-11T14:07:36.000Z","dependencies_parsed_at":"2024-07-11T15:42:37.160Z","dependency_job_id":null,"html_url":"https://github.com/Azshurith/Dockerized-Nuxt-Express","commit_stats":null,"previous_names":["azshurith/dockerized-nuxt-express"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Nuxt-Express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Nuxt-Express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Nuxt-Express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azshurith%2FDockerized-Nuxt-Express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azshurith","download_url":"https://codeload.github.com/Azshurith/Dockerized-Nuxt-Express/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247847612,"owners_count":21006100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","expressjs","mysql","nodejs","nuxtjs","prisma","typescript","vue3","vuejs","vuetify"],"created_at":"2024-09-27T03:25:06.500Z","updated_at":"2026-01-21T15:33:50.283Z","avatar_url":"https://github.com/Azshurith.png","language":"Vue","readme":"# 🌟 Dockerized Nuxt + ExpressJS 🐋🌟\n\n[![License](https://img.shields.io/badge/license-GNU-blue.svg)](https://github.com/Azshurith/Dockerized-Laravel-Environment-Artisan/blob/main/LICENSE)\n\nThis repository contains a Docker environment for Nuxt.js applications utilizing Express.js for streamlined development and deployment.\n\n## 🛠️ Makefile Commands\n\n```makefile\nproject_start        Starts the Project\nproject_stop         Stops the Project\nserver_deploy        Deploys to the Express.js server\nprisma_pull          Pull the database schema using Prisma\nprisma_generate      Generate Prisma client\n```\n\n## 📝 Environment Variables (.env)\n\nEnsure to set up your environment variables in the .env file.\n\n```dotenv\n# Docker Project\nPROJECT_NAME=nuxt\nPROJECT_VERSION=1.0\n\n# MariaDB Configurations\nMARIADB_CONNECTION=mysql\nMARIADB_HOST=host.docker.internal\nMARIADB_PORT=3306\nMARIADB_DATABASE=maria\nMARIADB_USERNAME=maria\nMARIADB_PASSWORD=maria\nMARIADB_DOCKERFILE=.docker/MariaDB\nMARIADB_URL=${MARIADB_CONNECTION}://${MARIADB_USERNAME}:${MARIADB_PASSWORD}@${MARIADB_HOST}:${MARIADB_PORT}/${MARIADB_DATABASE}\n\n# PhpMyAdmin Configurations\nPHPMYADMIN_DOCKERFILE=.docker/PhpMyAdmin\nPHPMYADMIN_PORT=9090\nPHPMYADMIN_PORT_MAP=80\nPHPMYADMIN_PMA_HOST=MariaDB\n\n# Node Configurations\nNODE_DOCKERFILE=.docker/Node\nNODE_CLIENT_PORT=9091\nNODE_CLIENT_DIRECTORY=./Client\nNODE_CLIENT_WORK_DIRECTORY=/var/client\nNODE_SERVER_PORT=9092\nNODE_SERVER_DIRECTORY=./Server\nNODE_SERVER_WORK_DIRECTORY=/var/server\n```\n## 🚀 Getting Started\n\n### Prerequisites 🛠️\n\n- Docker: Install Docker on your system if you haven't already. You can download it [here](https://www.docker.com/get-started).\n\n### Installation 📦\n\n  **Setting up Laravel from your Git Repository**\n  1. Set up your environment variables in the .env file.\n  2. Run `make project_start` to start the Docker environment.\n  3. Access your PhpMyAdmin at http://localhost:9090/.\n  4. Access your Nuxt Application at http://localhost:9091/.\n  5. Access your ExpressJS API at http://localhost:9092/.\n\n## Contributing 🤝\n\nContributions are welcome! If you'd like to contribute to this project, please follow the [Contributing Guidelines](CONTRIBUTING.md).\n\n## License 📝\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments 🙏\n\nSpecial thanks to the open-source community for their valuable contributions and inspiration.\n\n## Contact 📧\n\nFor questions or feedback, please feel free to reach out:\n\n- GitHub: [Devitrax](https://github.com/Azshurith)\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by Devitrax\n\u003c/p\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazshurith%2Fdockerized-nuxt-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazshurith%2Fdockerized-nuxt-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazshurith%2Fdockerized-nuxt-express/lists"}