Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 677 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 677 Bytes

Random-usernames

Simple website that generates docker-like random names. Useful for for when you register on a website/game and don't know what name to put

random-usernames-website

You can visit the website here https://random-names.skydreamy.com/

Quick local start

  1. Clone the project
  2. Open a terminal on the root of the project and type docker-compose up
  3. Go to localhost:8080 on your browser

Additional notes

Project uses the following libraries:

  • FastApi and Jinja2 for serving and creating the html
  • Slowapi to limit the number of requests a client can make per second
  • randomname to generate the random words