Skip to content

A simple user management application demonstrating GraphQL integration with React frontend and Node.js backend using Apollo Client and Apollo Server.

Notifications You must be signed in to change notification settings

CristianPerez06/a-simple-apollo-graphql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a-simple-apollo-graphql-example

A simple user management application demonstrating GraphQL integration with React frontend and Node.js backend using Apollo Client and Apollo Server.

Tech stack

  • Javascript
  • ReactJS
  • Apollo client
  • NodeJS
  • Express
  • Apollo server
  • GraphQL

How to execute the app

  1. Open a terminal and navigate to the /server directory:
    cd server
    
  2. Install server dependencies:
    npm install
    
  3. Start the GraphQL server:
    npm run server
    
  4. Open a new terminal window and navigate to the /app directory:
    cd app
    
  5. Install client dependencies:
    npm install
    
  6. Start the React application:
    npm start
    
  7. The React app should now be running at http://localhost:3000 and the GraphQL server at http://localhost:4000.

About

A simple user management application demonstrating GraphQL integration with React frontend and Node.js backend using Apollo Client and Apollo Server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published