API en Go usando Fiber para manejar rutas, Colly para scraping y Turso DB como base de datos.
git clone https://github.com/oclazi/chivomap-api.git
cd chivomap-api
Crear un archivo .env
con:
TURSO_DATABASE_URL=libsql://your-database.turso.io
TURSO_AUTH_TOKEN=your-auth-token
Si .env
no se carga, usa:
export $(grep -v '^#' .env | xargs)
go mod tidy
go run main.go
Disponible en: http://localhost:8080
go mod tidy # Instalar dependencias
export $(grep -v '^#' .env | xargs) && go run main.go # Cargar .env y ejecutar
This project is licensed under the MIT License with additional terms - see LICENSE.md
Copyright © 2024 ChivoMap. All rights reserved. While this project is open-source, the following restrictions apply:
- The ChivoMap name and logo are trademarks and may not be used without permission
- Commercial use requires explicit written permission
- Derivative works must maintain all copyright and license notices