An application written with spring boot and svelte for testing purposes
Open the workspace file in vscode
Install the spring boot tools
, spring boot dashboard
and svelte for vscode
extension
Run the backend program in the explorer spring boot section
Run the frontend in the terminal by
cd scode-frontend
yarn run dev
Run it in the docker service
Create the environment file
cp .env.example .env
Edit the .env
file
Start the docker services
make up