All Projects → Datlyfe → Jira_clone

Datlyfe / Jira_clone

Licence: mit
A Jira clone built with Vuejs & Nodejs/Graphql

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Jira clone

Graphql.github.io
GraphQL Documentation at graphql.org
Stars: ✭ 622 (-6.61%)
Mutual labels:  graphql
Nestjs Learning
nestjs 学习教程 📚,跟我一起学习 nest 框架~ 💪
Stars: ✭ 638 (-4.2%)
Mutual labels:  graphql
Urql
The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
Stars: ✭ 6,604 (+891.59%)
Mutual labels:  graphql
Coolqlcool
Nextjs server to query websites with GraphQL
Stars: ✭ 623 (-6.46%)
Mutual labels:  graphql
Pizzaql
🍕 Modern OSS Order Management System for Pizza Restaurants
Stars: ✭ 631 (-5.26%)
Mutual labels:  graphql
Este
This repo is suspended.
Stars: ✭ 5,467 (+720.87%)
Mutual labels:  graphql
Graphql Client
Typed, correct GraphQL requests and responses in Rust
Stars: ✭ 620 (-6.91%)
Mutual labels:  graphql
Graphql Css
A blazing fast CSS-in-GQL™ library.
Stars: ✭ 672 (+0.9%)
Mutual labels:  graphql
Awesome React Graphql
A curated collection of resources, clients and tools that make working with `GraphQL and React/React Native` awesome
Stars: ✭ 635 (-4.65%)
Mutual labels:  graphql
Graphql Birdseye
View any GraphQL schema as a dynamic and interactive graph. 🦅
Stars: ✭ 650 (-2.4%)
Mutual labels:  graphql
Graphql Multipart Request Spec
A spec for GraphQL multipart form requests (file uploads).
Stars: ✭ 622 (-6.61%)
Mutual labels:  graphql
Elixir Boilerplate
⚗ The stable base upon which we build our Elixir projects at Mirego.
Stars: ✭ 627 (-5.86%)
Mutual labels:  graphql
Graphql Ts Server Boilerplate
A GraphQL server boilerplate made with Typescript, PostgreSQL, and Redis
Stars: ✭ 643 (-3.45%)
Mutual labels:  graphql
Pydis
A redis clone in Python 3 to disprove some falsehoods about performance.
Stars: ✭ 623 (-6.46%)
Mutual labels:  clone
Tinder React Native
Tinder clone - React Native.
Stars: ✭ 661 (-0.75%)
Mutual labels:  clone
Clean Ts Api
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
Stars: ✭ 619 (-7.06%)
Mutual labels:  graphql
Practical.cleanarchitecture
Asp.Net Core 5 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 11, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR Notification, Hangfire Tasks Scheduling, Health Checks, Security Headers, ...
Stars: ✭ 639 (-4.05%)
Mutual labels:  graphql
Elm Graphql
Autogenerate type-safe GraphQL queries in Elm.
Stars: ✭ 672 (+0.9%)
Mutual labels:  graphql
Graphql Java Tools
A schema-first tool for graphql-java inspired by graphql-tools for JS
Stars: ✭ 667 (+0.15%)
Mutual labels:  graphql
Django Graphql Jwt
JSON Web Token (JWT) authentication for Graphene Django
Stars: ✭ 649 (-2.55%)
Mutual labels:  graphql

A Jira clone built with Vuejs & Nodejs/Graphql

Live Demo

App screenshot

Getting started 🚀

  • git clone https://github.com/Datlyfe/jira_clone.git
  • Install postgreSQL if you don't have it already and create a database ( there is also a docker compose file if you prefer using docker, just run docker-compose up inside the backend folder)
  • Create an empty .env file in /backend, copy /backend/.env.example contents into it, and fill in your database username and password.
  • npm run install-deps
  • npm run start:back
  • npm run start:front in another terminal tab
  • App should now be running on http://localhost:8080/

Inspiration and Why? 🤷‍♀️

I'm a Full Stack Web developer and an open source collaborator that loves building things 😉

This project is basically a clone of another open source Jira clone build in React ( clone of a clone i know 😵) and since im a Vuejs lover i had the idea of rebuilding the app with the same functionalities but using Vuejs instead as i though it would be a great opportunity to explore the new composition api coming to Vue very soon. and since we are doing a full rewrite i added Graphql and Typescript to the mix.

I belive that this project will be a great example for Vuejs developers in the future transitioning from the old Vuejs Api to the new composition Api or for Vuejs newcomers in general.

Author: Bouaggad Moez ✍️

Email : [email protected]

Website : https://bouaggadmoez.netlify.com/

Contributing

I think the state of the project is good as it is right now feature wise and i will only be fixing bugs if they come up so it you want to contribute in doing so you are very welcome.

Credits

Insprited by oldboyxx/jira_clone

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].