QUICK START

Your first code generation in 8 steps

Follow this guide to set up MetaFirst and generate your first ASP.NET Core backend code.

Progress:
0/8
1

Sign In

Log in with your email and password or use the demo credentials.

  • Visit the MetaFirst login page
  • Register as a new user, or
  • Use demo credentials for a quick start
Go to Login
2

Download Software

Download the MetaFirst software package for your platform.

  • Windows x64: Self-contained Deployment (55 MB)
  • Linux x64: Coming Soon
  • Mac x64/ARM: Coming Soon
Download
3

Extract

Extract the contents to a local folder.

  • Recommended path: C:\Metafirst\Mf-Windows-x64
  • The folder contains all required files
C:\Metafirst\Mf-Windows-x64
4

Start Application

Double-click run.bat to start Mf.exe.

  • The command prompt will open automatically
  • Your default browser will open
  • The local web app runs on localhost
run.bat
5

Quick Code Generation

Upload a CSV metadata file and generate code.

  • Download a sample CSV or create your own
  • Navigate to the Code Generation section
  • Upload the file and click 'Generate'
6

Extract Visual Studio Solution

Extract the generated solution and compile it.

  • Example path: C:\Prj\MfContosoCom
  • Open the .sln file in Visual Studio
  • Build the project (Ctrl+Shift+B)
C:\Prj\MfContosoCom
7

Initialize Database

Run the PowerShell commands in the Package Manager Console.

  • Open the Package Manager Console in Visual Studio
  • Replace [ProjectName] with your actual project name
Package Manager Console
Add-Migration Init -Project [ProjectName].Core
Update-Database -Project [ProjectName].Core
8

Start Admin Interface

Adjust the settings and start both projects.

  • Adjust paths in appsettings.json
  • Set both projects as startup
  • Press F5 to debug

Need Help?

If you encounter any issues or have questions, contact us. Our team is happy to assist you.

Contact Us