- writen in node.js
- mysql database
- comments: i have created a win table to store all the wins per user but i cant implementing well because time, the user and win are linked with a foreing key and the routing is made with express
- writen in React
- comments: i have created a leader board but it only add users (i cant add the update functionality, so the winner ever insert 1 win) i need more time to finish my css
- docker
- node v 10
cd api
yarn
docker-compose up -d
cd api
npm install
docker-compose up -d
cd front
cd app
yarn
yarn start
npm install
npm start