An open API service indexing awesome lists of open source software.

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

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)