Password Generator

A simple FastAPI application to generate random passwords of specified length.

Prerequisites

You should have installed python3 and Git

Installation

  1. Clone the project from GitHub
    git clone https://github.com/koushikromel/fluvi-task1.git
    
  2. Install the required dependencies:
    pip install -r requirements.txt
  3. Run the application:
    uvicorn main:app --host 0.0.0.0 --port 3000
    

Endpoints

  1. Generate Password Generate random password with specified length

License

This Project is licensed under the MIT License - see the License file for details.