Table of Contents
Jildam is a password management application with a focus on customizing the user experience. In addition to allowing you to manage and generate passwords securely, it also offers the possibility of customizing your profile with information such as your name, surname, biography, and profile picture, like in a forum.
The application is developed in Laravel, a highly popular and powerful PHP framework that allows for rapid and efficient web application development. Thanks to its simple design, Jildam is easy to use for users, meaning you can start managing your passwords more efficiently and securely from the get-go.
In conclusion, Jildam is an excellent option for those looking for a password management application with a focus on customization and simplicity.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Below is an example of how you instaland setup your app i you're in a linux sytem.
- Clone the repo
git clone https://github.com/maximobrandi/jildam.git
- Copy the .env.example as .env
cp .env.example .env
- Modify .env to acomplish your database
- Generate the app key
php artisan key:generate
- Serve the aplication
php artisan serve
- Base aplication in Laravel
- Encrypt passwords
- Optimize aplication
- Multi-language Support
- English
- Italian
- Generate a API for using in other projects
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.