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).
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
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
- Head over to https://developer.atlassian.com/console/myapps/
- Create a 'OAuth 2.0 integration' app.
- Add permissions for 'Jira platform REST API' and 'User identity API'.
- Take a look at the .env.sample and docker-compose.sample.yml provided.
- Edit your docker-compose.yml and .env.
docker-compose up -d
to set up the environmentnpm run dev
Parcel v2 is in beta and has some problems with Yarn so you would be advised to use NPM.
npm run dev
Copyright (c) 2021 Elijah Montenegro
MIT License
If you liked this, let me know by giving it a star! ⭐🤩