/Modular-Template

Modular template repository made with docker containers, use this template and select the modules you need, your repo will be ready in a minute.

Primary LanguageTypeScriptMIT LicenseMIT

Modular-Template

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.

✔ b4f

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

✔ frontend

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.

✚ frontend2

Typescript/Angular frontend to be added. It will run (by default) on 4200 port.

✔ backend

Python backend. It will run (by default) on 8000 port.

✚ backend2

Java backend to be added. It will run (by default) on 7080 port.

✚ backend3

Php Laravel backend to be added. It will run (by default) on 8080 port.