Proyecto fullstack sobre Guns N Roses: frontend en React (Vite) y backend en FastAPI con SQLAlchemy y base de datos (MySQL/MariaDB mediante PyMySQL). La web funciona como un portal de artículos/noticias (secciones tipo: noticias, entrevistas, discografía, etc.) con detalle de artículo en Markdown.
- React + Vite
- React Router
- Tailwind CSS + Flowbite/Flowbite-React
- React Query
- Framer Motion + GSAP
- FastAPI
- SQLAlchemy
- PyMySQL
- python-dotenv
- Uvicorn
- Listado de artículos por secciones (ej. noticias/entrevistas/discografía/whatif)
- Buscador en noticias
- Detalle de artículo (render Markdown)
- API REST para users y articles
- Crear, listar y consultar
- Editar y borrar artículos