Skip to content

devenairevo/password-generator

Repository files navigation

Password Generator

A simple Go web application for generating passwords, options (length, digits, lowercase, uppercase). Password Generator Screenshot

Running Locally

  1. Clone the repository:

    git clone https://github.com/yourusername/passwordGenerator.git
    cd passwordGenerator
  2. Run with Go:

    go run ./cmd/password-generator

    The app will be available at http://localhost:8080

Running with Docker

  1. Build and run with Docker Compose:

    docker compose up --build

    The app will be available at http://localhost:8080

  2. Or build and run manually:

    docker build -t password-generator .
    docker run -p 8080:8080 password-generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published