npm install in the root directory to install the client
npm install in the server directory to install the server
Currently, a mock server is running fake transactions.
In the server directory, run node index.
In a seperate terminal, in the root directory run npm start