Skip to content

niaher/inboxy

Repository files navigation

UI Metadata Framework app template

This project is a starter template for buildings apps with UI Metadata Framework. The core technologies used:

  • UI Metadata Framework - the UIMF client used in this template is built on Svelte
  • ASP.NET Core 2.0
  • Entity Framework Core 2.0
  • Microsoft SQL Server

To setup the project

  1. Publish Inboxy.Database to an Sql Server instance.

To run project

  1. Inside Inboxy.Web/svelte-client run npm install, then npm run dev.
  2. Run Inboxy.Web
  3. Navigate to ~/system/seed to seed sample data.
  4. You can now login with username admin@example.com and password Password1.

How to rename project and all its files?

Use rename-project.ps1 powershell script to rename all folders and files to match your app's name. The script will also replace text inside all files to use your app's name.