Prsenting a deck of cards on dashboard for reviewing
Go to the frontend directory
cd frontEnd
Install dependencies
npm install
Start the server
npm run serve
go to BackEnd directory
cd BackEnd
install the libraries
pip install -r .\requirement.txt
run the server
python app.py
run local Redis server
redis-server
go to localhost:8080