Skip to content

A web app to help developers keep track of bugs across different projects.

Notifications You must be signed in to change notification settings

patrick-replogle/bugtracker-fe

Repository files navigation

Bugtracker

Project Overview

An application to help developers keep track of bugs across different projects.

Basic features include:

  • user onboarding and authentication using OAUTH
  • The ability to create a project and add additional users to that project
  • Create and assign tickets for each project based on priority level and mark tickets as completed
  • Comment on tickets

Deployed site: https://bugtracker-frontend.netlify.app

Backend base url: https://bugtracker-back-end.herokuapp.com

Backend repo url: https://github.com/patrick-replogle/bugtracker-be

Tech Stack

  • Java
  • Spring Boot
  • OAUTH
  • Maven
  • H2
  • PostgreSQL
  • Cloudinary
  • Heroku
  • Vue
  • Nuxt
  • Bootstrap
  • Netlify

Contributor

Patrick Replogle

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

About

A web app to help developers keep track of bugs across different projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages