- Currently,
app
is configured to run onlocalhost:8080
sincedb
is exposed onlocalhost 3001
and proxy forfe
is set to be8080
. - Config proxy for
fe
to justapp
, when using with dockers- For running all dockers run
docker-compose.yml
- the whole of application after successful
compose
will be exposed at server's port5000
.
- For running all dockers run
- Docker Way
- Development Way
- run DockerCompose
docker-compose.yml
for justdb
- run
DemodocApplication.java
>cd src/main/frontend/world-napier >npm start
- run DockerCompose