When I was working as Computer Technician, a lot of tracking of was paper based, this will include receiving requests in paper form, checking them as complete and handing them to Managment for further processing. I thought, why not put my skills to use by building a MEAN application. This by no means strictly follows the Business Process as this was done as a side project to gain more experience and to practice my Web Development Skills. And so this was used as a simple tool for my job as a Computer Technician.
As a technician I must install workstations or laptops for customers. A job request consists of one or more machines corresponding exactly to one user, in my application, I log these information for the technician as entries.
The objective is to track the large quantities of devices and customers I go through in a daily basis as a technician and see how much I achieved in a daily basis and overall, this will include tracking my pendings and completions of jobs and how much I completed in a monthly basis among a few extra tools. It will also enable me to utilize a to-do list to track tasks to be done for each job.
Developemnt: Angular CLI 7.1.0, NodeJs v10.16.0, ExpressJS 4.16.4, Mongodb 4.0.4
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.