Giter VIP home page Giter VIP logo

jira_clone's Introduction

A Jira clone built with Vuejs & Nodejs/Graphql

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.
  • pnpm install
  • npm run dev
  • App should now be running on http://localhost:5137/

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 believe 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

Inspired by oldboyxx/jira_clone

License

MIT

jira_clone's People

Contributors

datlyfe avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jira_clone's Issues

backend does not boot

yarn run v1.22.0
$ node dist/index.js
internal/modules/cjs/loader.js:796
Error: Cannot find module 'D:\Dev\jira\backend\dist\index.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
at Function.Module._load (internal/modules/cjs/loader.js:686:27)
at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10)
at internal/main/run_main_module.js:17:11 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

[Feature] Adding custom fields

In the original React version, there is a custom field "Time Tracking" that is good example of how to create custom fields that are not simply input fields. Is there any way to provide some instructions on how to produce a similar result?

[Question] RepositoryNotFoundError: No repository for "User" was found. Looks like this entity is not registered in current "default" connection?

This is really more of a question. I'm not familiar with typeorm but I'm guessing the error is related to that module: RepositoryNotFoundError: No repository for "User" was found. Looks like this entity is not registered in current "default" connection?

Is there any reason why this happns to me when running the docker-compose file as-is? I have no issues with a manually installed PostgreSQL DB (after running psql -d dbname -U user -c "CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";" - this may be useful to some).

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.