https://github.com/erossini/adminwebcore
Boilerplate free bootstrap admin template for ASP.NET Core 3.1
https://github.com/erossini/adminwebcore
Last synced: 7 months ago
JSON representation
Boilerplate free bootstrap admin template for ASP.NET Core 3.1
- Host: GitHub
- URL: https://github.com/erossini/adminwebcore
- Owner: erossini
- License: apache-2.0
- Created: 2020-04-14T10:01:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T20:29:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T10:07:28.538Z (9 months ago)
- Language: HTML
- Size: 3.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdminWebCore
Boilerplate bootstrap admin template for `ASP.NET Core 3.1` MVC. I have already fixed the solution to add `webapi` and document them with **Swagger**.Validation for `webapi` is done by .NET Core. The project can create a InMemory database or use a real database.
## Foldder structure
- **AdminWebCore** contains the web application. The sub-folders contain:
- **Apis**: example of **ApiController** with comments to generate the XML for Swagger
- **Views**: all the pages for he web application in Razor format. Main file is _Index.cshtml_ under Home.
- **Shared**: common files for the UI, for example _Layout.cshtml_. Allo other folders are example of pages
- **wwwroot**: static files
- **CoreUI**: original files from the free template CoreUI## Dependecies
- [CoreUI](https://github.com/coreui/coreui-free-bootstrap-admin-template) is free bootstrap admin template
## Screenshots
### Dashboard

### Swagger
