elijahmontenegro / fullstack-graphql-atlaskit-jira-starter

Full Stack Jira Connected GraphQL Starter App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack Jira Connected GraphQL Starter App

Starter Application

  • Backend built with Node + Express + GraphQL (graphql-yoga/graphql-shield) + Sequelize (PostgreSQL).
    • Users are created using OAuth 2.0 (3LO) with help of Passport.js w/ Atlassian.
    • Database (PostgreSQL and Redis) run on Docker.
  • Frontend built with React + Redux + React Apollo + Atlaskit (Atlassian's official UI library) + React Resource Router (A cool 'fetch as you render' Router also created by Atlassian).

Written in Javascript ES6 using Babel + Parcel.js (v2).

πŸ“ Features

Authentication/Sessions

  • Log in/create users with Atlassian account
  • Automatically refresh Atlassian's API token
  • Retrieve user using Redis (not sure how to do this yet)

Jira Buckets

  • List Jira buckets
  • Create Jira buckets
  • Delete Jira buckets
  • View single Jira bucket

Adminstation

  • Add user permissions
  • Remove user permissions

πŸ“˜ Guides

Backend

If you don't already have a Atlassian Jira platform setup you can get started here: https://www.atlassian.com/try/cloud/signup?bundle=jira-software&edition=free

OAuth 2.0 (3LO) Setup

  1. Head over to https://developer.atlassian.com/console/myapps/
  2. Create a 'OAuth 2.0 integration' app.
  3. Add permissions for 'Jira platform REST API' and 'User identity API'.

Launching the Backend Server

  1. Take a look at the .env.sample and docker-compose.sample.yml provided.
  2. Edit your docker-compose.yml and .env.
  3. docker-compose up -d to set up the environment
  4. npm run dev

Frontend

Parcel v2 is in beta and has some problems with Yarn so you would be advised to use NPM.

Launching the Frontend Server

  1. npm run dev

πŸ“œ License

Copyright (c) 2021 Elijah Montenegro

MIT License

πŸ“© Feedback

If you liked this, let me know by giving it a star! ⭐🀩

About

Full Stack Jira Connected GraphQL Starter App

License:MIT License


Languages

Language:JavaScript 97.6%Language:HTML 2.2%Language:CSS 0.2%