Skip to content

A Jira clone built with Vuejs & Nodejs/Graphql

License

Notifications You must be signed in to change notification settings

akhmadiy/jira_clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • 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 : mrbouaggadmoez@gmail.com

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

About

A Jira clone built with Vuejs & Nodejs/Graphql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.1%
  • TypeScript 33.6%
  • JavaScript 5.0%
  • CSS 1.4%
  • Other 0.9%