This project can run by using docker-compose or manually running the applications
Open two consoles.
first console:
cd client && npm ci && npm start
second console:
cd server && npm ci && npm start
Run in console:
docker-compose up --build
Open http://localhost:3000 to view it in the browser. The server run on http://localhost:5000 .