docker-compose up mysql
docker-compose up backend
After that, the backed is running. and we can run UI part.
cd ui
npm install
npm start
After that, UI code is ready for use and development.
If there are any porxy errors thrown by npm start, please try with node v16 or change proxy address in package.json from "proxy": "http://0.0.0.0:8081/",
to "proxy": "http://localhost:8081/",