Simple Danske Bank style Web APP with input validation and GraphQL service from backend
React Libraries
using following llibraries:
@material-ui
– As a main grid styling framework and adapting styles to Danske Bankreact-hook-form
– for form validationjest
– for testing
GraphQL libraries
node
– for building serverexpress
– node framework for building serverexpress-graphql
– GraphQL HTTP Server Middlewaregraphql
– query languagemongodb
– MongoDB driver for Node.jsmongodb-memory-server
– MongoDB database in memory
Accessibility
- http://localhost:3000/ – React project
- http://localhost:4000/graphql – Request queries
- http://localhost:4000/playground – GraphQL Query tester