Frapper- Quick Guide for Rapid Application Development in ASP.NET Core
Frapper is completed project template with all features which are commonly used in projects.
It Will help you learn and implement these features in Live Project's
Give a Star ⭐️
If you find project really helpful in Quick Learning do give it a star.
Feature Overview
- Alerts
- Custom User Management
- Unit Of Work Using Entity Framework
- Unit Of Work Using Dapper
- Configure Menus by Roles
- Custom Grids
- Captcha
- Cache Services
- Dapper
- Entity Framework Core
- Create Pdf files
- Create Notice
- Capture Photo from WebCam
- Cropping Images and storing
- Create Notice
- Download Files
- Download Excel Reports
- Exception Logging
- Extensions
- FluentValidation
- Filters
- Globalization and Localization
- HealthChecks
- Helpers
- jQuery Datetime pickers & Bootstrap Datetime pickers
- Jtable Grid
- Loader
- Modal popups
- Notification
- Ordering Menus
- Upload Files to store in a folder
- Upload Files to store in Database
Technologies
- ASP.NET Core 3.1
- Entity Framework Core 3.1
Install Tools
- Visual Studio 2019
- SQL Server 2019
- .NET Core SDK 3.1
NuGet Packages which are used in Project
- AspNetCore.HealthChecks.Redis
- AspNetCore.HealthChecks.SqlServer
- AspNetCore.HealthChecks.UI
- AspNetCore.HealthChecks.UI.Client
- AspNetCore.HealthChecks.UI.InMemory.Storage
- AspNetCore.HealthChecks.UI.SqlServer.Storage
- AutoMapper.Extensions.Microsoft.DependencyInjection
- DinkToPdf
- DNTCaptcha.Core
- EPPlus
- FluentValidation.AspNetCore
- Microsoft.AspNetCore.Mvc.NewtonsoftJson
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
- Microsoft.EntityFrameworkCore
- Microsoft.EntityFrameworkCore.SqlServer
- Microsoft.EntityFrameworkCore.Relational
- Microsoft.Extensions.Caching.Redis
- Microsoft.VisualStudio.Web.CodeGeneration.Design
- SixLabors.ImageSharp
- StackExchange.Exceptional.AspNetCore
- X.PagedList.Mvc.Core
- Microsoft.Data.SqlClient
- Dapper
- Newtonsoft.Json
- System.Linq.Dynamic.Core
- System.ComponentModel.Annotations
Design Template
Front-end library
- Daterangepicker https://github.com/dangrossman/daterangepicker
- jquery-confirm https://craftpip.github.io/jquery-confirm/
- ckeditor https://github.com/ckeditor/ckeditor4
- WebcamJS https://github.com/jhuckaby/webcamjs
How to configure and run
- Clone code from Github: git clone https://github.com/saineshwar/Frapper
- Open solution Frapper.Web.sln in Visual Studio 2019
- Database Script is kept inside Database_Script folder outside Solution.
- Restore Database which is provided
- Make Changes in ConnectionStrings, ApplicationSettings, Exceptional, RedisServer in appsettings.json file
- Build project which will restore all NuGet Packages
- Final Step Run Project
Supporting Documentation
- Project Overview https://tutexchange.com/frapper-quick-guide-for-rapid-application-development-in-asp-net-core/
- SuperAdmin Screens https://tutexchange.com/frapper-quick-guide-on-superadmin-module/
- User Screens https://tutexchange.com/frapper-quick-guide-on-user-module/
Credential
Default Administrator Account
- Username: admin
- Password: Pass@123
Default User Account
- Username: demouser
- Password: Pass@123
Support
Support This Project to keep it active
About the Author
Saineshwar Bageri
- Blogs https://tutexchange.com/
- Facebook Page https://www.facebook.com/CodewithSai
- Facebook https://www.facebook.com/saineshwar.bageri
- Twitter https://twitter.com/saihacksoft
- Linkedin https://www.linkedin.com/in/saineshwar-bageri-mvp-35200440
License
Released under the MIT LICENSE

