/password-api

Primary LanguageJavaScript

Password Generator Application

Allows you to generate a number of randomly generated passwords through a REST API. This project was bootstrapped with Create React App.

Getting Started

API requirements

  • Python3+
  • Flask
    pip install Flask
  • Flask-Cors
    pip install Flask-Cors
  • requests
    pip install requests
  • Node.js
  • npm

Usage

API

python3 api/app.py
  • API runs on port 5001 and is accessible at /generate with the require query string parameters.
  • API can run on standalone

Front-end

npm start