Eric Fortier
Generalist Programmer
∽ BugTracker Web App ∼

BugTracker is the first web app I created when I started learning to program using the MEAN stack, namely MongoDB, Express, Angular, and NodeJS.

After looking over the documentation and getting bored, I decided to just jump in and create a functional site, possibly something I or others would be interested in.

This is version 2 of the app. Give it a try if you want!

If you click on the link, give it some time. The demo project is hosted on a free server and it might take some time to wake up the app.

The site is also filled with dummy information but is still functional. You can add bug reports, delete them, filter them, etc.

I later built a third version, improving the code further and preparing it for production work to be used by a client.

As a first project using the MEAN stack, I was happy with the results. It is nothing earth-shattering, but it handles the basics, such as authentication using tokens, encryption of user information, managing database schemas and more.

It was also a good way to learn about Express and the REST APIs, routes, handling authentication on the server side, etc.