git clone --recurse-submodules git@github.com:QortexDevs/nodejs-vue-mysql-sample.git- create
.envfile in ./node-vue-frontend-sample directory - paste following code into file:
VITE_APP_API_BASE_URL=http://localhost:3031/api/
VITE_APP_API_BASE_URL_LOCAL=http://localhost:3031/api/Frontend: http://localhost:3000 Backend: http://localhost:3031 Adminer: http://localhost:8031