IBM Challenge
Easy way (Docker):
In terminal enter:
docker-compose up
The frontend should be accessible on URL: localhost:3006
If this does not work try hard way:
Enter following commands to terminal: You need Node (version 21.7.7) to be installed.
cd frontend/medicine-availability-front
npm install
npm run dev
The frontend should be accessible on URL: localhost:3006