Skip to content

Latest commit

 

History

History
49 lines (49 loc) · 1.14 KB

File metadata and controls

49 lines (49 loc) · 1.14 KB

Learning GraphQL


This project was about learning graphQL,and reviving my coding skills after the festive holidays.

Technologies Used


  • CSS
  • React
  • NodeJS
  • GraphQL
  • MongoDB
  • Express.JS
  • Apollo Server

Setup


For the server the project dependencies are:

  • cors
  • express
  • express-graphql
  • mongoose
  • nodemon
  • dotenv

For the client the project dependencies are:

  • apollo client
  • graphql
Steps

    Run server:

  • Step 1: Open terminal change directory (cd server)
  • Step 2: Install node modules (npm install)
  • Step 3: Run project(npm run dev)

    Run client

  • Step 1: using the terminal as well change directory (cd client)
  • Step 2: Install node modules (npm install)
  • Step 3: Run project(npm run dev)
  • Step 4: Go to localhost:3000 to see the project