Add README.md

This commit is contained in:
Santiago Lo Coco 2024-10-20 15:53:28 +02:00
parent 74da8ebfb8
commit daebf53be6
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -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
```