Files
vms/README.md
David Böhm 84abe01fee
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
Added useful link to readme
2024-08-22 23:52:33 +02:00

16 lines
770 B
Markdown

# README
VMS (Vehicle Management System)
A new try of a app to manage my vehicles. Where I and maybe others to can track the fuel consumption, repairs etc.
Alternate name in german could be Fuhrpark Management System (FMS)
## Usefull libaries
- [authentication](https://github.com/lazaronixon/authentication-zero)
- [Generate authentication like Rails 8 will](https://bootrails.com/blog/generate-authentication-like-rails-8-will/)
- [Pundit](https://github.com/varvet/pundit) Pundit provides a set of helpers which guide you in leveraging regular Ruby classes and object oriented design patterns to build a straightforward, robust, and scalable authorization system.
- [chartkick](https://chartkick.com/)
- [simple forms](https://github.com/heartcombo/simple_form)