👨🏻💻 Made by: Murillo Sergio
This simple API randomly generates a password considered strong (containing uppercase and lowercase letters, numbers, and symbols).
There is (for now) a single endpoint, “/api/password,” which uses the GET method in HTTP requests.
git clone https://github.com/murillosnds/SPG.git
cd SPG
docker build -t spg-app .
docker run -d -p 8080:8080 --name api-password spg-app
# Run http://localhost:8080/api/password?length=16This project is licensed under the MIT License.
See the file LICENSE for more details.