You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is an Image Management System built with Vue.js for the frontend and ASP.NET Core for the backend API. The system allows users to add, edit, delete, and view images. The backend interacts with a PostgreSQL database using Npgsql for database operations, and the frontend communicates with the backend via Fetch API.
Features
Add new images to the system with metadata like URL, name, and description.