Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s1lvax/password-generator

A simple password generator built with Ruby on Rails
https://github.com/s1lvax/password-generator

learning password ruby-on-rails

Last synced: about 2 months ago
JSON representation

A simple password generator built with Ruby on Rails

Awesome Lists containing this project

README

        

# Simple Password Generator

![Simple Password Generator](https://github.com/s1lvax/password-generator/assets/113994636/619eb915-c277-4464-b6d7-4e985c4de5a3)

## Introduction

This is my Simple Password Generator. I know, there are tons of these out there, but I built this one as a fun way to learn **Ruby on Rails**.

It's my first time using the framework, and I wanted to share what I've created.

## Features

- Set your own password length.
- Your settings are saved, so it's easy to make more passwords (session).
- Option to include special signs.
- Option to include numbers.

## Tech Stuff

- Built with Ruby on Rails.
- Runs in Docker, deployed on a VPS, and uses NGINX as the reverse proxy.

That's it! :)