Code Monkey home page Code Monkey logo

app-calendar's Introduction

Pipefy Calendar App

Summary

Setup

To prepare your environment just run:

$ yarn install

Then you're up to run the calendar app, to do this you'll need to start the server:

$ yarn start

You can define which port will be listen with an environment variable, eg: PORT=3001.

After start the server you'll need to compile the application:

$ yarn compile

If you need to keep Webpack watching your changes add -w, eg: yarn compile -w.

The Calendar App access the Pipefy's GraphQL API localy (in development environment), so you'll need to run the Pipefy App too (eg. cd path/to/pipefy/ && rails s).

Further Setting on Pipefy

To Calendar App access the GraphQL API properly, you need to do some settings on Pipefy too.

  • Start the Pipefy App localy
  • Create (or rename) a organization with the name Pipefy Team
  • Access OAuth2 Provider and create a new application
  • Start the Pipefy App's console, eg: cd path/to/pipefy/ && rails c
  • Run the following commands
app = PlatformApp.find(1)
app.url = 'http://localhost:3001/manifest.json'
app.oauth_client_id = 'YOUR_APPLICATION_ID'
app.save!

Tests

All files were linted with ESLint and Flow and formated with Prettier.

$ flow
$ eslint ./
$ prettier --config .prettierrc --write '**/*.js' '**/*.jsx'

And the app was tested with Jest, you can run:

$ yarn test

app-calendar's People

Contributors

raphaelcosta avatar musashinm avatar flaviomuniz avatar morenobryan avatar rodrigogarh avatar

Watchers

James Cloos avatar Aeyos avatar

Forkers

abishekktwm

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.