Giter VIP home page Giter VIP logo

laravel-react-mondayapi's Introduction

Laravel / React / Monday API integration

This project demonstrates the integration of a Laravel backend with a React frontend for managing issues using the Monday.com API.

Features

  • Fetches boards and items from Monday.com using GraphQL queries.
  • Creates new issues on Monday.com boards.
  • Updates and deletes existing issues on Monday.com boards.

Setup Instructions

Laravel Backend

  1. Clone the repository: git clone <repository-url>
  2. Navigate to the Laravel project directory: cd laravel-backend
  3. Install PHP dependencies: composer install
  4. Copy the .env.example file to .env: cp .env.example .env
  5. Configure the .env file with your Monday.com API credentials and other settings.
  6. Generate an application key: php artisan key:generate
  7. Serve the application: php artisan serve

React Frontend

  1. Navigate to the React project directory: cd react-frontend
  2. Install Node.js dependencies: npm install
  3. Copy the .env.example file to .env: cp .env.example .env
  4. Configure the .env file with your backend server URL.
  5. Install TypeScript and Bootstrap: npm install --save typescript bootstrap @types/react-bootstrap
  6. Start the development server: npm start

How They Interact

  • The React frontend communicates with the Laravel backend through HTTP requests.
  • The Laravel backend exposes API endpoints for fetching boards and items, creating, updating, and deleting issues on Monday.com.
  • React components make requests to these API endpoints to perform CRUD operations on Monday.com data.
  • GraphQL queries are used to fetch data from Monday.com efficiently.

Technologies Used

Laravel Backend

  • PHP
  • Laravel Framework
  • Monday.com API

React Frontend

  • JavaScript (TypeScript)
  • React
  • Axios (for HTTP requests)
  • Bootstrap (for styling)

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

laravel-react-mondayapi's People

Contributors

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