A full-stack app with fake back-end to track bugs.
clone the project
select master branch
Navigate to the root folder
npm install
cd backend && npm start
npm run test
browser listens to http://localhost:9000 as default port for the front-end.
browser listens to http://localhost:9001/api/bugs as default port for the back-end.