Frontend del sistema Tábula, una aplicación de gestión de inventario con paneles visuales y control en tiempo real, desarrollada con React, Vite y Tailwind CSS.
Este repositorio contiene la interfaz de usuario, la lógica de autenticación, la navegación y el consumo de la API RESTful del backend.
git clone https://github.com/duquediazn/tabula-frontend.git
cd tabula-frontend
npm install
cp .env.template .env
VITE_API_URL=http://localhost:8000
npm run dev
http://localhost:5173
La aplicación requiere definir la URL del backend para funcionar correctamente:
VITE_API_URL=http://localhost:8000
En producción, esta URL deberá apuntar al dominio donde esté desplegada la API.
Esta aplicación está diseñada para funcionar junto al backend disponible en tabula-backend.
Está preparada para entornos de desarrollo local y para despliegues en plataformas como Vercel.
Este proyecto está licenciado bajo los términos de la GNU General Public License v3.0.
Consulta el archivo LICENSE para más detalles.
Este repositorio está basado en una versión previa desarrollada localmente, reorganizada y limpiada para su publicación pública.
Frontend for the Tábula system, an inventory management application with visual dashboards and real-time control, developed using React, Vite, and Tailwind CSS.
This repository contains the user interface, authentication logic, navigation, and the consumption of the backend RESTful API.
git clone https://github.com/duquediazn/tabula-frontend.git
cd tabula-frontend
npm install
cp .env.template .env
VITE_API_URL=http://localhost:8000
npm run dev
http://localhost:5173
La aplicaciThe application requires setting the backend API URL to function correctly:
VITE_API_URL=http://localhost:8000
In production, this URL should point to the domain where the backend API is deployed.
This application is designed to work alongside the backend available at tabula-backend.
It is prepared for local development environments as well as deployments on platforms like Vercel.
This project is licensed under the terms of the GNU General Public License v3.0.
See the LICENSE file for more details.
This repository is based on a previous local development version, cleaned and restructured for public release.