This repository hosts the capstone project for the Web-450 Mastering the MEAN Stack Bootcamp. Bob’s Computer Repair Shop is a comprehensive solution designed to streamline the management of computer repair services. Developed using the full MEAN stack, this application offers a robust and scalable platform for handling customer requests, managing repair tickets, and tracking service repairs.
To get the application running locally on your machine, follow these steps:
Ensure you have Node.js, Angular CLI, and MongoDB installed on your machine for full functionality.
npm install to install all required dependencies.node server/app.js to start the Express server on the default port.npm start which is configured to start both the backend server and the Angular development server, making the full application accessible at http://localhost:4200/.The application 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.
ng test to execute unit tests via Karma.ng e2e to execute end-to-end tests via a platform of your choice.To get more help on the Angular CLI, use ng help or check out the Angular CLI Overview and Command Reference page.
This project is licensed under the MIT License - see the LICENSE.md file for details.