https://github.com/hackzilla/password-generator-app
Password Generating website built in Symfony
https://github.com/hackzilla/password-generator-app
Last synced: 7 months ago
JSON representation
Password Generating website built in Symfony
- Host: GitHub
- URL: https://github.com/hackzilla/password-generator-app
- Owner: hackzilla
- Created: 2014-04-15T20:31:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T15:09:09.000Z (over 1 year ago)
- Last Synced: 2025-06-19T06:55:22.605Z (7 months ago)
- Language: Twig
- Homepage: http://passwords.ofdan.com
- Size: 2.04 MB
- Stars: 17
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Password Generator App
======================
Demo
----
A setup version is available for use at [https://passwords.ofdan.com/](https://passwords.ofdan.com/)
Installation
---------------
You have three different ways to download the app.
a) Composer
-----------
```bash
composer create-project hackzilla/password-generator-app
```
b) Git
------
```bash
git clone git@github.com:hackzilla/password-generator-app.git
composer install
bin/console cache:clear --env=prod --no-debug
```
c) Download
-----------
https://github.com/hackzilla/password-generator-app/archive/master.zip
Once installed run:
```bash
composer install
bin/console cache:clear --env=prod --no-debug
```
d) Update Front-end dependencies
* yarn install
Components
----------
* [Password Generator Library](https://github.com/hackzilla/password-generator)
* [Password Generator Bundle](https://github.com/hackzilla/password-generator-bundle)