Skip to content
/ Formic Public

Given an EF Core DbContext, generate an admin CRUD site at runtime

Notifications You must be signed in to change notification settings

waf/Formic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formic

Autogenerate an admin UI from an EF Core DbContext at runtime.

Status

Just a proof-of-concept at this point. It supports:

  • basic CRUD operations
  • Navigating / editing foreign keys
  • Customizing the display / edit templates of properties, using razor

It's hard-coded to a demo DbContext (FormicDbContext) but it should be straightforward to parameterize.

Running it

  1. Clone the repo
  2. Run the sass grunt task to build the frontend css
  3. Build and run the project. On initial start it will create a sample formicdb database in (localdb)\mssqllocaldb

About

Given an EF Core DbContext, generate an admin CRUD site at runtime

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published