This project was developed as a technical challenge.
cd graphqlapidocker-compose up --build- To run tests, Open a new terminal and go to the project directory and run
npm test
You can see the GraphQL playground running at http://localhost:3001/graphql
cd react-graphqlyarnyarn start
You can see the front end running at http://localhost:3000 . It will run the unit test cases before starting the development server.