Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamilsobik/mms-project-ember
Computerised Maintenance Management System
https://github.com/kamilsobik/mms-project-ember
auth0 bootstrap date-fns ember ember-charts ember-power-select fontawsome scss
Last synced: 23 days ago
JSON representation
Computerised Maintenance Management System
- Host: GitHub
- URL: https://github.com/kamilsobik/mms-project-ember
- Owner: kamilsobik
- Created: 2022-06-20T14:47:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T12:14:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T04:42:29.562Z (2 months ago)
- Topics: auth0, bootstrap, date-fns, ember, ember-charts, ember-power-select, fontawsome, scss
- Language: JavaScript
- Homepage: https://mmsemberproject.netlify.app/
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computerised Maintenance Management System (CMMS)
See the live version of [Computerised Maintenance Management System](https://mmsemberproject.netlify.app/).
A computerized maintenance management system or CMMS is software that centralizes maintenance information and facilitates the processes of maintenance operations. It helps optimize the utilization and availability of physical equipment like vehicles, machinery, communications, plant infrastructures and other assets. This project is the first part of all - helping to manage failure of machinery.
**Main features**:
- Adding failure requests
- Closing failure requests
- Login with different access levels
- Requset archive
- KPI charts
## 💡 Technologies
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![Ember.js](https://img.shields.io/badge/ember.js-%231572B6.svg?style=for-the-badge&logo=ember&logoColor=%23F7DF1E)
## 🔗 See alsoAre you interested in **Ember**? See my other project [Blog in ember](https://github.com/kamilsobik/blog-ember).
## 💿 Installation### Prerequisites
You will need the following things properly installed on your computer.
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/) (with npm)
- [Ember CLI](https://cli.emberjs.com/release/)
- [Google Chrome](https://google.com/chrome/)### Installation
- `git clone ` this repository
- `cd mms-ember-project`
- `npm install`### Running / Development
- `ember serve`
- Visit your app at [http://localhost:4200](http://localhost:4200).
- Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).### Login information
- Admin:
- user: admin
- password: admin123
- Responder:
- user: responder
- password: responder123
- Requestor:
- user: requestor
- password: requestor123### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
- `ember test`
- `ember test --server`### Linting
- `npm run lint`
- `npm run lint:fix`### Building
- `ember build` (development)
- `ember build --environment production` (production)
## 🤔 Solutions provided in the project- Bootstrap for styling app
- Auth0 to login by google
- Fontawsome for beauty icon
- date-fns to magane date
- ember-power-select for all select input
- ember-chart for a amazing chart with KPI## 📺 Screenshots
## 🙋♂️ Feel free to contact me
If you have any suggestion or question do not resist to contact with me
## 👏 Special thanks
Thanks to my [Mentor - wozny1989](https://github.com/wozny1989) – for good advice and for code review.