Hello everyone,

Welcome to the RandomGen project! This project is a simple REST API that generates random numbers. The project is written in Python and uses the Flask framework to create the REST API. The project is distributed as a Docker image, so you can run it on any platform that supports Docker.

To get started, you need to install Docker. You can find the installation instructions here. After that, you can run the following command to get the project image:

docker pull braboj/randomgen:latest

And finally, you can run the following command to start the project:

docker run -p 8080:8080 braboj/randomgen:latest

To access the project, open your browser and go to http://localhost:8080. A simple page will be displayed with the endpoints available. As a quick example, use the following link to create 100 random numbers:

http://localhost:8080/api/v1/randomgen?numbers=100

The official project repository is available on https://github.com/braboj/randomgen. Feel free to contribute to the project by creating issues or pull requests.

Enjoy!