Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 989 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 989 Bytes

Admini

Admini is a web service for posting custom notes with geolocation. The service can be used for different purposes, for example, for running a travel blog or posting real estate advertisements.

Demo

Description

A lightweight application with a backend on ASP.NET Core and a frontend on React.

Features

  • The Markdown markup language is used for writing notes.
  • Displaying notes with geolocation on an interactive map.
  • Search by note titles and tags.
  • Simple admin panel.
  • Responsive design with custom css.

Structure

  • adminirontend - React with Pigeon Maps (Application layer)
  • AdminiBackend - ASP.NET Core Razor Pages with minimal API endpoints (Application layer)
  • AdminiDomain - Business logic (Domain model layer)
  • AdminiInfrastructure - Context for MS SQL Server (Infrastructure layer)
  • AdminiTests - Unit and integration testing