Modular Template
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 frontends, backends and db.
N.B. you need to manually run migrations on backend(s) and b4f(s), refer to their readme.
✔ frontend
Typescript/React frontend (Craco), 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. (Login with firebase-auth)
✔ frontend1
Typescript/React frontend (Vite), 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 5173 port. (Login with kinde)
✔ frontend2
Typescript/React frontend (Vite), 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 5174 port. (Login with workos)
✔ frontend3
Astro 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 4321 port.
✔ frontend4
Typescript/React frontend using Next.js, 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 3002 port.
✔ frontend5
Typescript/Angular 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 4200 port.
✔ 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
✔ backend
Python backend. It will run (by default) on 8000 port. here for more info.
✚ backend1
Java backend TBA. It will run (by default) on 7080 port.
✚ backend2
Php Laravel backend TBA. It will run (by default) on 8080 port.
Loom
For frontend1-b4f (kinde-stripe integration) video 1 video 2
Post a Comment