Skip to content

murillosnds/SPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔑 SPG | Strong Password Generator

👨🏻‍💻 Made by: Murillo Sergio

Java Version Spring Boot Passay Docker

How works?

This simple API randomly generates a password considered strong (containing uppercase and lowercase letters, numbers, and symbols).

Endpoints

There is (for now) a single endpoint, “/api/password,” which uses the GET method in HTTP requests.

How to run the project

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=16

⭐ If this project has been helpful to you, please consider giving the repository a star!

This project is licensed under the MIT License.
See the file LICENSE for more details.

About

SPG | Strong Password Generator

Topics

Resources

License

Stars

Watchers

Forks

Contributors