matttm / bug-tracker

This is a full-stack bug-tracker written using ReactJS, Bootstrap, and an Express server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Tracker

Development Status: 🟢 Complete

This is a full-stack JavaScript web application. Its frontend is written using ReactJS and Bootstrap. whereas the backend is an ExpressJS server that will be conneted to a MongoDB database.

Running

  • yarn start:client will run the frontend, React application, which itself currently is using react-scripts, which serves the application to a development server.
  • yarn start:server will start the backend Express server.
  • yarn start:dev will run the client and server starting commands concurrently.

About

This is a full-stack bug-tracker written using ReactJS, Bootstrap, and an Express server.

License:GNU General Public License v3.0


Languages

Language:JavaScript 87.9%Language:HTML 6.6%Language:CSS 5.0%Language:Shell 0.4%