Skip to content

Bug tracker app using es6, redux & nodejs inspired by Mosh Hamedani 's Redux course

Notifications You must be signed in to change notification settings

kboul/bug-tracker

Repository files navigation

Bug Tracker

A full-stack app with fake back-end to track bugs.

Run the project

clone the project

select master branch

Navigate to the root folder

Run the front-end

npm install

Run the back-end

cd backend && npm start

Run unit & integration tests

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.

About

Bug tracker app using es6, redux & nodejs inspired by Mosh Hamedani 's Redux course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published