Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Datlyfe/jira_clone
A Jira clone built with Vuejs & Nodejs/Graphql
https://github.com/Datlyfe/jira_clone
clone graphql javascript nodejs typescript vue vuejs
Last synced: 15 days ago
JSON representation
A Jira clone built with Vuejs & Nodejs/Graphql
- Host: GitHub
- URL: https://github.com/Datlyfe/jira_clone
- Owner: Datlyfe
- License: other
- Created: 2020-03-24T03:55:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T21:22:33.000Z (about 1 year ago)
- Last Synced: 2024-10-15T18:44:23.538Z (25 days ago)
- Topics: clone, graphql, javascript, nodejs, typescript, vue, vuejs
- Language: Vue
- Homepage: https://jira-clone.netlify.app/
- Size: 735 KB
- Stars: 923
- Watchers: 28
- Forks: 171
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Jira clone built with Vuejs & Nodejs/Graphql
## Live Demo
![App screenshot](https://i.ibb.co/bvFPbwk/Screenshot-2020-03-24-Jira-Clone.png)
## Getting started 🚀
- `git clone https://github.com/Datlyfe/jira_clone.git`
- Install [postgreSQL](https://www.postgresql.org/) 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 :
Website :
## 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](https://opensource.org/licenses/MIT)