# README
Password Generator
A simple web API designed to generate passwords
Setup
git clone https://github.com/ret0rn/password-generator.git
Docker
docker build --no-cache --rm -t password-generator .
docker run --rm -p 80:80 password-generator
Makefile
make run
Usage
Endpoint | Method | Params | Description |
---|---|---|---|
/generate | POST | length: <uint> symbols: <str> | Generates a password of the specified length and including the specified symbols |
Result with symbols parameter

Result without symbols parameter
