https://github.com/macamer/facefood-public
https://github.com/macamer/facefood-public
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/macamer/facefood-public
- Owner: macamer
- License: apache-2.0
- Created: 2025-09-16T08:58:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-22T15:11:59.000Z (9 months ago)
- Last Synced: 2025-09-22T17:23:16.791Z (9 months ago)
- Language: Java
- Size: 10.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proyecto Facefood
Aplicación web para proyecto final de Grado Superior en Desarrollo de Aplicaciones Web.
## Stack
- Front: Javascript
- Back: Java 17 + Spring Boot
- Infra (antes): Azure App Service + Azure SQL
## Demo (Frontend)
➡️ [https://facefooddemo.netlify.app/]
> Modo demo: datos mock para simular API.
## Ejecutar local
```bash
# Frontend
cd frontend
cp .env.example .env # (opcional)
npm i
npm run dev