Create/Accept a match with money that will be deposited to PayPal and once someone wins automatically pay out players with PayPal Api.
The first goal is to get the site working with just localstorage/react state data and to eventually power the persistance layer with mongoose/mongodb.
Server is built with express with typescript in ./server
Frontend is built with react in ./src
To start server clone project and run:
docker-compose up --build
Now go to http://localhost:3000