Skip to content

dbmiller/chili

 
 

Repository files navigation

Chili Web App

This is the USA Mesonet ASP.NET Core website.

Database-First

cd Usa.chili.Web
dotnet ef dbcontext scaffold "server=localhost;port=3306;user=root;password=root;database=chili" Pomelo.EntityFrameworkCore.MySql -f --project ../Usa.chili.Domain
rm -f ../Usa.chili.Domain/chiliContext.cs

Bundling/Minimization

cd Usa.chili.Web
dotnet bundle

Library Manager Restore

cd Usa.chili.Web
libman restore

Service location

/etc/systemd/system/kestrel-chili.service

About

Chili Redesign

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 68.0%
  • TSQL 23.1%
  • PHP 2.8%
  • Python 2.8%
  • HTML 1.9%
  • JavaScript 1.1%
  • Other 0.3%