17 lines
915 B
Markdown
17 lines
915 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)
|
|
- [i18n_generators](https://github.com/amatsuda/i18n_generators) A Rails plugin that generates the I18n locale files with automatic translation.
|
|
|