Nuacht

To provide a clearer understanding of how this Flask API works, I’ve recorded a short demo video using Postman to test the API endpoints. This project is a Flask-based API that allows users to encode ...
Features Encode Input: Converts user-provided input (number or string) into Base64 format. Decode Input: Decodes Base64-encoded strings back into their original format. Flask Framework: The API is ...