To give a proper name just search YOUR_PROJECT on this repo and rename it as you please.
Use docker compose up --build
to launch frontend, frontend2, b4f, backend, backend2 and db, php laravel backend 3 still needs to be added.
Node backend, copy .env.example vars in .env file (you should create it) and ask me on how to fill vars. It will run (by default) on 3001 port, you can see API Swagger there
Typescript/React frontend, copy .env.example vars in .env file (you should create it) and ask me on how to fill vars. It will run (by default) on 3000 port.
Typescript/Angular frontend to be added. It will run (by default) on 4200 port.
Python backend. It will run (by default) on 8000 port.
Java backend to be added. It will run (by default) on 7080 port.
Php Laravel backend to be added. It will run (by default) on 8080 port.