Project introduction
This version of personal blog project is based on abp vNext (not completely dependent), and free open source cross-platform.net Core 3.1 development, support for a variety of mainstream databases (SqlServer, MySQL, PostgreSql, Sqlite) switch with one click, Follow the RESTful interface specification and use Blazor to develop the front end as an introductory project for.NET Core.
Set a flag: plan to write down the project from 0 to detail the specific knowledge points.
Open source project address: github.com/Meowv/Blog
If you liked Blog project or If it helped you, please give a star ⭐️ for this repository. 👍👍 ️
series
- Develop blog projects based on ABP vNext and.NET Core – build projects using ABP CLI
- Develop blog projects based on ABP vNext and.NET Core – slim the project down and make it run
- Development blog project based on ABP vNext and.NET Core – Refinement and beautification, Swagger enter
- Develop blog project based on ABP vNext and.NET Core – data access and code priority
- Development blog project based on ABP vNext and.NET Core – add, delete, change and check custom warehouse
- Develop blog project based on ABP vNext and.NET Core – Uniform specification API, wrapper back model
- Develop blog projects based on ABP vNext and.NET Core – say Swagger, grouping, description, little green lock
- Develop blog projects based on ABP vNext and.NET Core – access GitHub and protect your API with JWT
- Develop blog project based on ABP vNext and.NET Core – exception handling and logging
- Develop blog projects based on ABP vNext and.NET Core – using Redis to cache data
- Develop blog project based on ABP vNext and.NET Core – integrate Hangfire for timed task processing
- Develop blog projects based on ABP vNext and.NET Core – Use AutoMapper to map objects
- Developing blog projects based on ABP vNext and.NET Core – Best Practices for Timed Tasks (Part 1)
- Developing blog projects based on ABP vNext and.NET Core – Best Practices for Timed Tasks (Part 2)
- Developing blog projects based on ABP vNext and.NET Core – Best Practices for Timed Tasks (PART 3)
- Blog Development project based on ABP vNext and.NET Core
- Abp vNext and.NET Core
- Blog Development project based on ABP vNext and.NET Core
- Blog Development project based on ABP vNext and.NET Core
- Blog Development project based on ABP vNext and.NET Core
- Abp vNext and.NET Core Development Blog Project – Blazor
- Abp vNext and.NET Core Development Blog Project – Blazor – Part 2
- Abp vNext and.NET Core Development Blog Project – Blazor
- Abp vNext and.NET Core Development Blog Project – Blazor
- Abp vNext and.NET Core Development Blog Project – Blazor
- Abp vNext and.NET Core Development Blog Project – Blazor – Part 6
- Abp vNext and.NET Core Development Blog Project – Blazor
- Abp vNext and.NET Core Development Blog Project – Blazor Series (8)
- Abp vNext and.NET Core Development Blog Project – Blazor Series (9)
- Abp vNext and.NET Core development blog project – Final release project
Blog -- -- -- -- -- -- -- -- -- -- root ├ ─ ─ the dockerignore -- -- -- -- -- -- -- -- -- -- docker ignore ├ ─ ─ the gitattributes -- -- -- -- -- -- -- -- -- -- the git attributes ├ ─ ─ . Gitignore -- -- -- -- -- -- -- -- -- -- the git ignore ├ ─ ─ common. Props -- -- -- -- -- -- -- -- -- - common. Props ├ ─ ─ Dockerfile -- -- -- -- -- -- -- -- -- -- Dockerfile ├ ─ ─ LICENSE -- -- -- -- -- -- -- -- -- -- LICENSE ├ ─ ─ Meowv. Blog. The SLNS -- -- -- -- -- -- -- -- -- detected - Solution ├ ─ ─ the README. Md -- -- -- -- -- -- -- -- -- - the README. Md ├ ─ ─ the SRC │ ├ ─ ─ Meowv. Blog. Application -- -- -- -- -- -- -- -- -- -- Application │ ├ ─ ─ Meowv. Blog. Application. Caching -- -- -- -- -- -- -- -- -- - Application. Caching │ ├ ─ ─ Meowv. Blog. Application. Contracts -- -- -- -- -- -- -- -- -- - Application. Contracts │ ├ ─ ─ Meowv. Blog. BackgroundJobs -- -- -- -- -- -- -- -- -- -- BackgroundJobs │ ├ ─ ─ Meowv. Blog. BlazorApp -- -- -- -- -- -- -- -- -- -- Blazor App │ ├ ─ ─ Meowv. Blog. Domain -- -- -- -- -- -- -- -- -- -- Domain │ ├ ─ ─ Meowv. Blog. Domain. Shared -- -- -- -- -- -- -- -- -- - Domain. Shared │ ├ ─ ─ Meowv. Blog. EntityFrameworkCore -- -- -- -- -- -- -- -- -- -- EntityFrameworkCore │ ├ ─ ─ Meowv. Blog. EntityFrameworkCore. DbMigrations -- -- -- -- -- -- -- -- -- - EntityFrameworkCore. DbMigrations │ ├ ─ ─ Meowv. Blog. HttpApi -- -- -- -- -- -- -- -- -- -- HttpApi │ ├ ─ ─ Meowv. Blog. HttpApi. Hosting -- -- -- -- -- -- -- -- -- - HttpApi. Hosting │ ├ ─ ─ Meowv. Blog. Swagger -- -- -- -- -- -- -- -- -- -- Swagger │ └ ─ ─ Meowv. Blog. ToolKits -- -- -- -- -- -- -- -- -- -- ToolKits └ ─ ─ the static -- -- -- -- -- -- -- -- -- -- the staticCopy the code
Technology stack
Abp vNext +.net Core 3.1 + Blazor + JWT + Redis + Hangfire + Mysql + SqlServer + Sqlite + PostgreSql + WebApi + EF Core + Swagger + HtmlAgilityPack + PuppeteerSharp + log4net + MailKit + Docker + Nginx + …
preview
Blog:meowv.com
API:api.meowv.com
Hangfire:api.meowv.com/hangfire
LICENSE
This project is licensed under MIT.