This project is implemented on the basis of ASP.NET CORE You can find client for this app in wwwroot folder
- This is a website that allows you to save images
- It is capable of saving both links and provided files
- Website uses a local SQL server for storage
- Website is built on the basis of api
- Crud operations can be performed on saved images that look like cards.
- Also, in case of a large number of images, paged view has been implemented.
The project uses the following technologies:
- .NET Core 6
- Plain JS/HTML/CSS
- Entity Framework Core
- SQL Server
Please note:
Before building the project restore all project dependencies
Also, for the web application to work, you need to start first Entity Framework migration

