Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 678 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 678 Bytes

Wager Match Goals

Create/Accept a match with money that will be deposited to PayPal and once someone wins automatically pay out players with PayPal Api.

Wager Matches is still in an early stage:

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

Server is built with express with typescript in ./server

Frontend

Frontend is built with react in ./src

Docker

To start server clone project and run:

docker-compose up --build

Now go to http://localhost:3000