Nguyen_Duong_The_Vi

所属分类:Bootstrap
开发工具:HTML
文件大小:0KB
下载次数:0
上传日期:2024-02-03 10:41:49
上 传 者sh-1993
说明:  这是我的个人网站,用ASP。NET核心6。该接口使用Bootstrap和Tailwind CSS构建。对于后端,我使用C#编程语言和Microsoft SQL Server来处理数据库,在数据库设计中遵循Code First方法。
(This is my personal website, built with ASP.NET Core 6. The interface is constructed using Bootstrap and Tailwind CSS. For the back-end, I utilize the C# programming language and Microsoft SQL Server for the database, following the Code First approach in database design.)

文件列表:
Nguyen_Duong_The_Vi/
LICENSE.txt
Nguyen_Duong_The_Vi.sln

# Personal blog ![MIT License](https://img.shields.io/github/license/dotnet/aspnetcore?color=%230b0&style=flat-square) ![GitHub repo size](https://img.shields.io/github/repo-size/thevi31415/Nguyen_Duong_The_Vi) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/thevi31415/Nguyen_Duong_The_Vi) ![GitHub repo file or directory count](https://img.shields.io/github/directory-file-count/thevi31415/Nguyen_Duong_The_Vi) ![GitHub contributors](https://img.shields.io/github/contributors/thevi31415/Nguyen_Duong_The_Vi) ![GitHub last commit](https://img.shields.io/github/last-commit/thevi31415/Nguyen_Duong_The_Vi) ![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCHolhpqtcjh-r4bICRRnqyA) ![MicrosoftSQLServer](https://img.shields.io/badge/Microsoft%20SQL%20Server-CC2927?style=for-the-badge&logo=microsoft%20sql%20server&logoColor=white) ![.Net](https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge&logo=.net&logoColor=white) ![Bootstrap](https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge&logo=bootstrap&logoColor=white) ![Visual Studio](https://img.shields.io/badge/Visual%20Studio-5C2D91.svg?style=for-the-badge&logo=visual-studio&logoColor=white) ![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=csharp&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white) ![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white) ## Introduction This is my personal website, built with ASP.NET Core 6. The interface is constructed using Bootstrap and Tailwind CSS. For the back-end, I utilize the C# programming language and Microsoft SQL Server for the database, following the Code First approach in database design The website interface is primarily built using Tailwind CSS:

Tailwind CSS

In the process of coding the project, I referenced and copied some interfaces and templates available on the Internet, making modifications as needed. ## Blog - Home: ![H4](https://github.com/thevi31415/Nguyen_Duong_The_Vi/assets/92256900/8f86ae63-a253-43a4-b260-32fff7661c47) ![H5](https://github.com/thevi31415/Nguyen_Duong_The_Vi/assets/92256900/eddf2afb-0151-40d7-b9ba-d0f3167bbd92) - Post display page: ![H3](https://github.com/thevi31415/Nguyen_Duong_The_Vi/assets/92256900/43a1506f-46aa-4372-94be-a3b0b5477356) - View article details:: ![H1](https://github.com/thevi31415/Nguyen_Duong_The_Vi/assets/92256900/9ddf8d81-77c7-41b8-ba37-225e4b7a9dfa) ![H2](https://github.com/thevi31415/Nguyen_Duong_The_Vi/assets/92256900/50724c40-3e6c-4a03-82b4-ec840ace3ee4) - Filter posts by Tags: ![H6](https://github.com/thevi31415/Nguyen_Duong_The_Vi/assets/92256900/9067027a-ab1d-4758-8817-0c7d2a989c05) ![H7](https://github.com/thevi31415/Nguyen_Duong_The_Vi/assets/92256900/8e3bc311-ee1c-4ddb-b5d8-5658bc675598) ## Technologies Used - ASP.NET 6 MVC: The core framework for building web applications with Model-View-Controller architecture. - Entity Framework Core: An object-relational mapping (ORM) framework for .NET used for database interactions. - C#: The primary programming language for building the application logic. - HTML5 and CSS3: For structuring and styling the web pages. - Bootstrap: A front-end framework for designing responsive and visually appealing user interfaces. - Tailwind CSS: Utilized for efficient and utility-first styling, allowing for a highly customizable and maintainable design approach. - JavaScript: Used for client-side scripting to enhance user interactions. - SQL Server: The database management system employed for storing and managing data. - Git: Version control system for tracking changes in the source code. ## Installation 1. Begin by cloning the project with the following command: `https://github.com/thevi31415/Nguyen_Duong_The_Vi.git` 2. Navigate to the `appsettings.json` file and ensure the connection string is updated as follows: "ConnectionStrings": { "DefaultConnection": "Server=.;Database=blog;Trusted_Connection=True;" } 3. Remove the `Migrations` folder from the project. 4. Open Tools > Package Manager > Package manager console 5. Execute the following two commands: ``` (i) add-migration init (ii) update-database ```` 6. You are now ready to launch the project. ## License Copyright 2024, [Nguyen Duong The Vi](https://github.com/thevi31415). ## References - ASP.NET Documentation - Entity Framework Core Documentation - Bootstrap Documentation - https://github.com/timlrx/tailwind-nextjs-starter-blog - https://tailwindui.com/components - https://flowbite.com/docs/components/

近期下载者

相关文件


收藏者