Skip to content

This project implements a quick start up project using the facebook`s create-react-app as the app front end, a configured express API server connected to a MySQL database (easy to change) and optionally the phpMyAdmin preconfigured as the database admin. And even better, all stack works as Docker containers.

Notifications You must be signed in to change notification settings

swmobile/Docker-React-ExpressAPI-MySQL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker + React App + API Express + MySQL

This project implements a quick start up project using the facebook`s create-react-app as the app front end, a configured express API server connected to a MySQL database (easy to change) and optionally the phpMyAdmin preconfigured as the database admin. And even better, all stack works as Docker containers.

After install Docker, run the following code to setup the development or production stack:

$ npm install -g create-react-app  

$ docker-compose up

And that`s all, in the docker-compose.yml file its possible to change the enabled ports, database password, dev/production envoroments and other simple configs, change it as you need.

About

This project implements a quick start up project using the facebook`s create-react-app as the app front end, a configured express API server connected to a MySQL database (easy to change) and optionally the phpMyAdmin preconfigured as the database admin. And even better, all stack works as Docker containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.5%
  • HTML 14.7%
  • CSS 4.8%