Git Product home page Git Product logo

project-mgmt-app's Introduction

  1. We will be using a package called express-graphql which is a GraphQL server for Node.js with tools to use with Express.
  2. For Front-end use to Apollo Client, React, Bootstrap UI
  3. For Server use to GraphQL, Node.js, Express.
  4. Also MongoDB
  5. First install $ npm init -y
  6. The simplest way to run a GraphQL API server is to use Express $npm install express express-graphql graphql --save or $yarn add express express-graphql graphql
  7. Now installl mongoose for Database and $colors and $nodemon for devDependencies.
  8. Server and React connection than install $yarn add cors and $dotenv
  9. For Front-end now install $npx create-react-app client Or $yarn create react-app client
  10. Applications that use Apollo Client require two top-level dependencies: @apollo/client graphql
  11. npm install @apollo/client graphql Or yarn add @apollo/client graphql
  12. Also install $react-router-dom @react-icons

project-mgmt-app's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.