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
You can visit the website here https://random-names.skydreamy.com/
- Clone the project
- Open a terminal on the root of the project and type
docker-compose up
- Go to localhost:8080 on your browser
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