GitXplorerGitXplorer
w

Formic

public
5 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
4aa906824a1041d1007b4dc9053b6b11d345c65b

add readme

wwaf committed 5 years ago
Verified
309e737d123271b2998ef7041cbb023f9a77dc81

update to EF Core 3 and more modern .net core

wwaf committed 5 years ago
Unverified
d7bc59d4737d5bbceac82f7500ede7021bb124e1

fix layout issue with edit form

wwaf committed 8 years ago
Unverified
7e63c35700ed5b537a31a66949855ed288df3f9d

cache navigation menu generation

wwaf committed 8 years ago
Unverified
46ddea2f631f499e3d2ab6c996be22c04aa1beca

async controllers

wwaf committed 8 years ago
Unverified
4326c67080434a89d697a91dec28b6bec747a531

make drawer slide in/out smoothly

wwaf committed 8 years ago

README

The README file for this repository.

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