Licence
MIT
Version
1.1.148
Deps
1
Size
6.0 MB
Vulns
0
Weekly
0
This framework is in ALPHA state
API and structure may change without notice.
MicroM
MicroM is a lightweight framework to create SQL Database Centric Apps.
Installation
Backend (NuGet)
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.
Frontend (NPM)
Install the NPM package for the frontend UI library:
npm install @mcurros2/microm@alphaSet Up
What you need:
- Visual Studio 2022
- SQL Server (we recommend using the latest version)
Technologies used:
- .NET 8
- React
- Typescript
- Parcel
Solution Projects
MicroMCore
C# – Backend frameworkWeb API
C# – Skeleton for your own APILibraryTest
C# – Testsmicromlib
React + TypeScript + Mantine – UI component library