/developer-bug-tracker

A developer bug tracker. Quickly document a bug to be fix later.

Primary LanguageJavaScript

Bug Tracker App

Bug Tracker application built with the MERN stack.

Usage

Test user login

Install backend dependencies

npm install

Install client dependencies

cd frontend
npm install

Run app in development (frontend & backend)

npm run dev