Project Details
Job Search Backend Service
Job Search Backend Service
Job Search Github Project

A Job Search and Notes Backend Service API Service
Sometimes we find ourselves looking for new work, and job searching is not easy. When we send out resumes we want to keep track of where they went so we don't end up with a double-submittal. We also want to keep track of who submitted our resume, and what the status of the application is. To do this, most of the time we use a spreadsheet as it's just easier. I could share my spreadsheet with other people, and they could share theirs with me, but that's not really effective.
A multi-user, web-based application is a much better idea in helping to share information. With this application, I can store data in a database and keep track of multiple notes for companies, recruiting companies, recruiters, and so forth.
With this stable backend, we should be able to create multiple UI's, although we really need only one. Since I am learning front-end technologies, in order to become a 'full-stack' developer, creating a similar UI but with different technologies (Angular, React, Bootstrap) is a good way to do it.