⚠️ This framework is in ALPHA state
API and structure may change without notice.
MicroM is a lightweight framework to create SQL Database Centric Apps.
Install the NuGet package for the backend framework:
dotnet add package MicroM.Core --prereleaseMake sure to enable "Include prerelease" if you're using Visual Studio.
Install the NPM package for the frontend UI library:
npm install @mcurros2/microm@alphaWhat you need:
- Visual Studio 2022
- SQL Server (we recommend using the latest version)
Technologies used:
- .NET 8
- React
- Typescript
- Parcel
-
MicroMCore
C# – Backend framework -
Web API
C# – Skeleton for your own API -
LibraryTest
C# – Tests -
micromlib
React + TypeScript + Mantine – UI component library