Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
/ aspcore-example Public archive

ASPCore 2.1 website + EFCore + Sqlite (or inMemory) example

License

Notifications You must be signed in to change notification settings

0xF6/aspcore-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aspcore-example

ASPCore website example - website status monitor

User dashboard:
image Admin panel:
image image image

Now to build and test

  1. Run build.sh or build.ps1
  2. Grab artifact from path ./out
  3. Complete! You are perfect! 👍🏿

Now to run

  1. Execute in root dir dotnet ./webapp.dll
  2. Visit http://localhost:1448/ for user dashboard
  3. Visit http://localhost:1448/control for admin panel
  4. Complete :3

Where login and password information to admin panel?

  • On first start, application has generated file login_and_pass.txt in root dir