Skip to content

mcurros2/MicroMFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ 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 --prerelease

Make 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@alpha

Set 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 framework

  • Web API
    C# – Skeleton for your own API

  • LibraryTest
    C# – Tests

  • micromlib
    React + TypeScript + Mantine – UI component library

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published