Run the server with
yarn
yarn startThen run the client
cd client
yarn
yarn startThe server part of this system is already designed and exposes a set of REST endpoints via the /api route and a GraphQL endpoint.
The client has been setup to consume graphql if you chose to use that instead.