/junction-aalto-ai

Primary LanguageJupyter Notebook

Aalto-Ai Hackathon 2024

Repo to hold files used outside WatsonX platform

IBM Challenge

Use front

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