An open API service indexing awesome lists of open source software.

https://github.com/abrahamkoloboe27/test-api-hackaton


https://github.com/abrahamkoloboe27/test-api-hackaton

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

E-Tourist API Tester
=====================

Welcome to the E-Tourist API Tester application! This app was created to test the various routes of the E-Tourist API.

Prerequisites
-------------

* Python 3.6 or higher
* Pipenv (recommended) or pip

Installation
------------

1. Clone the repository:
```bash
git clone https://github.com/your-username/e-tourist-api-tester.git
```
2. Navigate to the project directory:
```bash
cd e-tourist-api-tester
```
3. Create a virtual environment (optional but recommended):
```bash
python3 -m venv env
```
4. Activate the virtual environment:
```bash
source env/bin/activate
```
5. Install the dependencies:
```bash
pip install -r requirements.txt
```
Usage
-----

1. Run the app:
```bash
streamlit run app.py
```
2. Select an API route from the sidebar.
3. Follow the instructions for each route. For example, for the `/texte_en_to_texte_fr/` route, enter English text and click the "Traduire" button.
4. Repeat step 3 to test the other routes.

Contribution
------------

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

1. Create a branch for your feature or bug fix.
2. Make your changes.
3. Create a pull request.

License
-------

This project is licensed under the MIT License. See the LICENSE file for details.

Contact
-------

If you have any questions or comments, feel free to contact me at [[email protected]](mailto:[email protected]).