This project visualizes prevailing wage data published by the U.S. Department of Labor's Office of Foreign Labor Certification (OFLC) for Labor Condition Applications (LCAs). It enables interactive ...
API/ ├── docker-compose.yml # Orquestación de servicios ├── .env.example # Variables de entorno de ejemplo ├── api1/ # API básica CRUD │ ├── Dockerfile │ ├── app.py │ ├── database.py │ ├── ...