{"id":21754491,"url":"https://github.com/ranajahanzaib/mysql-express-react-template","last_synced_at":"2026-04-10T12:32:50.012Z","repository":{"id":38422024,"uuid":"433713219","full_name":"ranajahanzaib/mysql-express-react-template","owner":"ranajahanzaib","description":"MySQL-Express-React-Node Template (Dockerized)","archived":false,"fork":false,"pushed_at":"2026-03-29T03:35:12.000Z","size":187,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T06:26:12.729Z","etag":null,"topics":["docker-compose","mysql-ern","mysql-express","mysql-react","mysql-react-boilerplate"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ranajahanzaib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"MAINTAINERS","copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-01T06:41:01.000Z","updated_at":"2026-03-29T03:35:15.000Z","dependencies_parsed_at":"2023-02-15T18:31:26.839Z","dependency_job_id":"e9fed7f4-9108-4a3a-8113-199acf3eb751","html_url":"https://github.com/ranajahanzaib/mysql-express-react-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":"ranajahanzaib/opensource","purl":"pkg:github/ranajahanzaib/mysql-express-react-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranajahanzaib%2Fmysql-express-react-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranajahanzaib%2Fmysql-express-react-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranajahanzaib%2Fmysql-express-react-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranajahanzaib%2Fmysql-express-react-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ranajahanzaib","download_url":"https://codeload.github.com/ranajahanzaib/mysql-express-react-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranajahanzaib%2Fmysql-express-react-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-compose","mysql-ern","mysql-express","mysql-react","mysql-react-boilerplate"],"created_at":"2024-11-26T09:14:07.210Z","updated_at":"2026-04-10T12:32:49.992Z","avatar_url":"https://github.com/ranajahanzaib.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL-ERN Template (Dockerized)\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)\n\nInstantly create MySQL-ERN based projects with this template.\n\n## Get Started\n\n### Step 1: Use This Template\n\nClick **Use this template** button from the top-right corner to instantly create a new repo.\n\n\u003cimg src=\"step-1.png\" \u003e\n\nOr, Follow this [Installation Guide](./INSTALL.md).\n\n### Step 2: Rename .env.example to .env\n\nDocker needs the `.env` file to configure the MySQL-ERN containers. Please, make sure that you rename `.env.example` to `.env`\n\n### Step 3: Install Dependencies\n\nMake sure you're inside the root of repository to install required dependencies.\n\n```sh\nnpm install\n```\n\n### Step 4: Run\n\nUse `npm start` command to run `docker-compose` services.\n\n```sh\nnpm start\n```\n\n### Step 5: Test\n\nWith default settings, your application is configured as:\n\n\u003ctable border\u003e\n  \u003ctr\u003e\n    \u003cth\u003eServices\u003c/th\u003e\n    \u003cth\u003eAddress\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eExpress\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://localhost:5000\"\u003ehttp://localhost:5000\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eReact\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://localhost:3001\"\u003ehttp://localhost:3001\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eMySQL\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://localhost:3310\"\u003ehttp://localhost:3310\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003ephpMyAdmin\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://localhost:8585\"\u003ehttp://localhost:8585\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\nUpdate the port configurations in the `.env` file with your own settings, if you need to.\n\n## Contributing\n\nWe'd love to accept your patches and contributions to this project. There are just a few guidelines you need to follow.\n\n### [Code of Conduct](./CODE_OF_CONDUCT.md)\n\nThis project follows [Contributor Covenant](https://www.contributor-covenant.org/)\nas it's Code of Conduct, and we expect all project participants to adhere to it.\nPlease read the [full guide](./CODE_OF_CONDUCT.md) so that you can understand\nwhat actions will not be tolerated.\n\n### [Contributing Guide](./CONTRIBUTING.md)\n\nRead our [contributing guide](./CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to project.\n\n### [LICENSE](./LICENSE)\n\nThis project is licensed under the [MIT License](./LICENSE), meaning that you're free to modify, distribute, and / or use it for any commercial or private project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franajahanzaib%2Fmysql-express-react-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franajahanzaib%2Fmysql-express-react-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franajahanzaib%2Fmysql-express-react-template/lists"}