Git Product home page Git Product logo

canopas / fullstack-graphql-react-starter-kit Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 0.0 484 KB

A boilerplate project for building web applications using the Apollo GraphQL, Typescript, Express.js, Vite and React.js

License: MIT License

Shell 0.02% TypeScript 93.33% JavaScript 5.71% HTML 0.58% CSS 0.37%
admin-panel apollo-client apollo-server backend-development dashboard frontend-development graphql jest nodejs reactjs

fullstack-graphql-react-starter-kit's Introduction

Boilerplate with GraphQL, ReactJS, NodeJS, and MySQL

This boilerplate project provides a solid foundation for developing web applications using GraphQL, ReactJS, NodeJS, and MySQL. With its intuitive architecture and powerful technologies, this project template empowers developers to quickly build scalable and efficient applications.

This includes essential configurations, common components, and best practices to help you kickstart your development process. Whether you're a beginner or an experienced developer, this project template is designed to accelerate your workflow and enable you to focus on building innovative features.

Project structure

The project has 4 sub-projects to handle all the functionalities of the project.

Requirements

  • Node v20.3.1
  • Typescript

Install dependencies

  • Install dependencies

    yarn install
    
  • Add new dependency

    yarn add <dependency name>
    

Run the server

Node Backend

  • Start Node Server

    yarn start
    
  • Run test

    yarn test
    

    You should find GraphQL API running at http://localhost:4000/graphql.

React Frontend, React admin and Business dashboard

  • go to the choosen directory using below command,

    cd <directory-name>
    
  • Build project

    yarn build
    
  • Start development Server

    yarn dev
    

    Server will start at http://localhost:<port>.

To enable pre-commit hook

git config core.hooksPath .githooks

API documentation

  • Find full API documentation here.

Dependencies

Backend

Frontend

Test

LICENSE

This repository is released under the MIT.

fullstack-graphql-react-starter-kit's People

Contributors

cp-sumi-k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.