From daebf53be6409d51fd95de53008b6e215c249413 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 20 Oct 2024 15:53:28 +0200 Subject: [PATCH] Add README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d5e342 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# GetEndpoints + +## Prerequisites + +- `python >= 3.11` +- `python-venv` + +## Usage + +1. Open the terminal. + +2. Navigate to the project directory. + +3. Run the application: + + ```bash + bash run.sh + ```