Language-Library is a collection of simple projects in various programming languages. Each project demonstrates basic functionalities and serves as a learning resource.
- Python
- Flask-based Configuration Management System
- JSON
- Configuration Management System with Validation and Backup
- YAML
- Application Settings Manager
-
Flask-based Configuration Management System
Navigate to the
Pythondirectory and run the Flask application:```bash cd Python python app.py ```
-
JSON Configuration Management
Navigate to the
JSONdirectory and run the management script:```bash cd JSON python manage_config.py ```
-
YAML Application Settings Manager
Navigate to the
YAMLdirectory and run the management script:```bash cd YAML python manage_settings.py ```
This project is licensed under the MIT License.