Skip to content

simform-solutions/react-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project was developed as a technical challenge.

How To Run

Run GraphQL API Server

  1. cd graphqlapi
  2. docker-compose up --build
  3. 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

Run React Front end

  1. cd react-graphql
  2. yarn
  3. yarn start

You can see the front end running at http://localhost:3000 . It will run the unit test cases before starting the development server.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors