All Projects → anuraghazra → Bugvilla

anuraghazra / Bugvilla

Licence: mit
Track, Manage & Kill Bugs Effectively 🔪 🐞

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Bugvilla

Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (-8.33%)
Mutual labels:  dashboard
Best Of Streamlit
🏆 A ranked gallery of awesome streamlit apps built by the community
Stars: ✭ 127 (-3.79%)
Mutual labels:  dashboard
Kui
A hybrid command-line/UI development experience for cloud-native development
Stars: ✭ 2,052 (+1454.55%)
Mutual labels:  dashboard
Gatsby Admin Template
Free admin dashboard template based on Gatsby with @paljs/ui component package
Stars: ✭ 124 (-6.06%)
Mutual labels:  dashboard
Sysdash
A simple and clean system monitoring skin for Rainmeter.
Stars: ✭ 128 (-3.03%)
Mutual labels:  dashboard
Real Time Sentiment Tracking On Twitter For Brand Improvement And Trend Recognition
A real-time interactive web app based on data pipelines using streaming Twitter data, automated sentiment analysis, and MySQL&PostgreSQL database (Deployed on Heroku)
Stars: ✭ 127 (-3.79%)
Mutual labels:  dashboard
Rapid
🐳 A lightweight Docker Developer Interface for Docker Remote API
Stars: ✭ 117 (-11.36%)
Mutual labels:  dashboard
Pgbouncerhero
A dashboard for your PgBouncers.
Stars: ✭ 129 (-2.27%)
Mutual labels:  dashboard
Ml board
a machine learning dashboard that displays hyperparameter settings alongside visualizations, and logs the scientist's thoughts throughout the training process
Stars: ✭ 128 (-3.03%)
Mutual labels:  dashboard
Vue Responsive Dash
Responsive, Draggable & Resizable Dashboard (Grid) for Vue
Stars: ✭ 128 (-3.03%)
Mutual labels:  dashboard
Calendarview
日历 仪表盘 圆盘,提供全新RecyclerView日历,功能更加强大。
Stars: ✭ 125 (-5.3%)
Mutual labels:  dashboard
Bluehive
PowerShell based Active Directory Honey User Account Management with Universal Dashboards
Stars: ✭ 126 (-4.55%)
Mutual labels:  dashboard
Termdash
Terminal based dashboard.
Stars: ✭ 1,851 (+1302.27%)
Mutual labels:  dashboard
Balena Minecraft Server
Build a Minecraft Server using a Raspberry Pi 4! Supports common Servers, SCP, RCON and Wifi Connect.
Stars: ✭ 125 (-5.3%)
Mutual labels:  dashboard
Android Icon Pack
Material Open Source's Android Icon Pack Running on Adian Follestad's Polar Dashboard
Stars: ✭ 130 (-1.52%)
Mutual labels:  dashboard
Homer
A very simple static homepage for your server.
Stars: ✭ 3,380 (+2460.61%)
Mutual labels:  dashboard
Skan
Scan Kubernetes resource files , and helm charts for security configurations issues and best practices.
Stars: ✭ 127 (-3.79%)
Mutual labels:  dashboard
Devtron
Software Delivery Workflow For Kubernetes
Stars: ✭ 130 (-1.52%)
Mutual labels:  dashboard
Cloud
Open Source Database and Dashboards
Stars: ✭ 131 (-0.76%)
Mutual labels:  dashboard
Laravel Database Schedule
Manage your Laravel Task Scheduling in a friendly interface and save schedules to the database.
Stars: ✭ 94 (-28.79%)
Mutual labels:  dashboard

BugVilla Logo

Track, Manage & Kill Bugs Effectively

Travis (.com) GitHub Twitter Follow

View Demo · Report Bug · Request Feature

Universal bug tracker for everyone! BugVilla allows team members to collaborate, discuss and kill bugs effectively.

✨ Features

  • Issue discussions
  • Markdown support
  • Comment reactions
  • Social interactions
  • User reputation system
  • # Reference other bugs
  • @ Mentions users
  • Notifications
  • Bug labels

Tech Stack

Stack - - - - -
FrontEnd


Reactjs


Typescript


Redux


Styled Components


Cypress

BackEnd


Nodejs


MongoDB


Heroku


Express


Socket.io

🚀 Quick start

Start developing locally.

Step 1: Clone the repo

Fork the repository. then clone the repo locally by doing -

git clone https://github.com/anuraghazra/BugVilla.git

Step 2: Install Dependencies

cd into the directory

cd BugVilla

In the root folder do npm install.

npm install
# also in client
cd client & npm install

Step 3: Setup .env

To run the server you will also need to provide the .env variables

  • create a new file .env in the root
  • open .env.EXAMPLE
  • copy the contents and paste it to the .env with valid keys

And you are good to go

npm run develop

📂 What's inside?

A quick look at the folder structure of this project.

.
├── client
|   ├─cypress
|   ├─public
│   └─src
│     ├───@bug-ui
│     ├───assets
│     ├───components
│     ├───hooks
│     ├───pages
│     ├───store
│     ├───styles
│     ├───utils
│     └───__tests__
└── server
    │
    ├───controllers
    ├───middleware
    ├───models
    ├───routes
    ├───tests
    └───utils

✌️ Contributing

After cloning & setting up the local project you can push the changes to your github fork and make a pull request.

You can also run the tests locally to see if everything works fine with

Running tests

npm run test
npm run cy:open

Pushing the changes

git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL develop

Made with ❤️ and javascript

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].