https://github.com/ranajahanzaib/mysql-express-react-template
MySQL-Express-React-Node Template (Dockerized)
https://github.com/ranajahanzaib/mysql-express-react-template
docker-compose mysql-ern mysql-express mysql-react mysql-react-boilerplate
Last synced: 3 months ago
JSON representation
MySQL-Express-React-Node Template (Dockerized)
- Host: GitHub
- URL: https://github.com/ranajahanzaib/mysql-express-react-template
- Owner: ranajahanzaib
- License: mit
- Created: 2021-12-01T06:41:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-29T03:35:12.000Z (3 months ago)
- Last Synced: 2026-03-29T06:26:12.729Z (3 months ago)
- Topics: docker-compose, mysql-ern, mysql-express, mysql-react, mysql-react-boilerplate
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
- Maintainers: MAINTAINERS
Awesome Lists containing this project
README
# MySQL-ERN Template (Dockerized)
[](./LICENSE) [](./CONTRIBUTING.md)
Instantly create MySQL-ERN based projects with this template.
## Get Started
### Step 1: Use This Template
Click **Use this template** button from the top-right corner to instantly create a new repo.

Or, Follow this [Installation Guide](./INSTALL.md).
### Step 2: Rename .env.example to .env
Docker needs the `.env` file to configure the MySQL-ERN containers. Please, make sure that you rename `.env.example` to `.env`
### Step 3: Install Dependencies
Make sure you're inside the root of repository to install required dependencies.
```sh
npm install
```
### Step 4: Run
Use `npm start` command to run `docker-compose` services.
```sh
npm start
```
### Step 5: Test
With default settings, your application is configured as:
Services
Address
Express
http://localhost:5000
React
http://localhost:3001
MySQL
http://localhost:3310
phpMyAdmin
http://localhost:8585
Update the port configurations in the `.env` file with your own settings, if you need to.
## Contributing
We'd love to accept your patches and contributions to this project. There are just a few guidelines you need to follow.
### [Code of Conduct](./CODE_OF_CONDUCT.md)
This project follows [Contributor Covenant](https://www.contributor-covenant.org/)
as it's Code of Conduct, and we expect all project participants to adhere to it.
Please read the [full guide](./CODE_OF_CONDUCT.md) so that you can understand
what actions will not be tolerated.
### [Contributing Guide](./CONTRIBUTING.md)
Read 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.
### [LICENSE](./LICENSE)
This 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.