KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
BugTracker
โ 15
Open GitHub โ
No description available.
Download README (.md)
Explore Similar Repositories
starboard-wrap
:
๐ฏA small library that wraps a Starboard Notebook iframe in the parent webpage
nba-top-shot-bot
:
Send notifications if the moment you want is listed below a certain price
ng-auto-cancelable
:
Angular HttpClient request auto cancelable on component destroy in angular wit some addition benefits
50-days-projects
:
No description available.
wecom-sidebar-express-tpl
:
ไผไธๅพฎไฟกไพง่พนๆ ๅพฎ Node ็ซฏๅผๅๆจกๆฟ
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
BugTracker
?
Download (.md)
# BugTracker *Project Management - Clean and Responsive* ## Purpose Bug Tracker is a project management tool to track progress of multiple projects and teams. Users are able to create projects and assign developers to the project. Within a project, users can generate tickets for bugs, feature requests, etc and follow comment streams on individual tickets. ## Usage Log into BugTracker after creating an account and begin by adding a new project from the dashboard. ## Technologies Used - React - Node.js - PostgreSQL - Authorization / Authentication utilizing JSON Web Tokens - Deployed through Heroku ## Development Notes ### Prerequisites **Node** Before you can install Node, youโll need to install two other applications. Fortunately, once you have these on your machine, installing Node takes just a few minutes.[1] **Mac OS** > - **XCode** Appleโs XCode development software is used to build Mac and iOS apps, but it also includes the tools you need to compile software for use on your Mac. XCode is free and you can find it in the Apple App Store. > > - Via Terminal `xcode-select --install` > > - **Homebrew** Homebrew is a package manager for the Mac โ it makes installing most open source sofware (like Node) as simple as writing `brew install node`. > - To install Homebrew just open Terminal and type `ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`. Youโll see messages in the Terminal explaining what you need to do to complete the installation process. Now type `brew install node`. **Windows Installation Steps**[2] > - Download the Windows installer from the [Nodes.jsยฎ](http://nodejs.org/) web site. > - Run the installer (the .msi file you downloaded in the previous step.) > - Follow the prompts in the installer (Accept the license agreement, click the NEXT button a bunch of times and accept the default installation settings). > - Restart your computer. You wonโt be able to run Node.js until you restart your computer. ## Contributing - Fork it (https://github.com/connorleee/BugTracker/fork) - Create your feature branch `git checkout -b feature/newFeature` - Commit your changes `git commit -am 'Add your Message Here'` - Push to the branch `git push origin feature/newFeature` - Create a new Pull Request within Github ## Support - Open a new issue [here](https://github.com/connorleee/BugTracker/issues/) for support. ## Team - **Connor Lee** - <a href="https://connorleee.github.io/portfolio-official/" target="_blank">https://connorleee.github.io/portfolio-official/</a> ## Acknowledgments [1] Adapted from instructions found here: <a href="https://blog.teamtreehouse.com/install-node-js-npm-mac" target="_blank">https://blog.teamtreehouse.com/install-node-js-npm-mac</a> [2] Adapted from instructions found here: <a href="https://blog.teamtreehouse.com/install-node-js-npm-windows" target="_blank">https://blog.teamtreehouse.com/install-node-js-npm-windows</a> [3] Utilizes Front End Template by Creative-Tim: <a href="https://www.creative-tim.com/product/argon-dashboard-react" target="_blank">https://www.creative-tim.com/product/argon-dashboard-react</a>