Vue.js Jira Clone

Jira clone built with Vue.js, node.js and graphql.

View a live working version on https://jira-clone.netlify.app/

Features

  • Kanband Boards
  • Add New Task
  • Edit Tasks
  • Delete tasks

Cloning the Repo

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/

Built by @MoezBouaggad