First of all read Git tools - submodules. You must run:
git submodule update --init --recursive
to initialize your local configuration file and fetch all the data from the sub projects.
Next, copy .env.example into .env file inside backend project and set the environment variables:
cp nodejs-express-sequelize-mysql/.env.example nodejs-express-sequelize-mysql/.env
To run project use:
docker-compose up --build -detach
For instruction, please visit:
More Practice:
Fullstack with Node.js Express:
Fullstack with Spring Boot:
Fullstack with Django:
Integration (run back-end & front-end on same server/port)
Serverless with Firebase: