HowsGoingCore

所属分类:C#编程
开发工具:CSS
文件大小:0KB
下载次数:0
上传日期:2023-09-28 11:26:35
上 传 者sh-1993
说明:  HowsGoingCore是一个ASP.NET项目,旨在实现以数据库为中心的应用程序。在这个应用程序中,每日帖子和朋友...,
(HowsGoingCore is an ASP.NET project which is meant to implement a database-focused application. In this application daily posts and friendships are managed.)

文件列表:
.vs/ (0, 2023-10-03)
.vs/HowsGoingCore/ (0, 2023-10-03)
.vs/HowsGoingCore/DesignTimeBuild/ (0, 2023-10-03)
.vs/HowsGoingCore/DesignTimeBuild/.dtbcache.v2 (155370, 2023-10-03)
.vs/HowsGoingCore/FileContentIndex/ (0, 2023-10-03)
.vs/HowsGoingCore/FileContentIndex/0ddd368f-997b-4e51-9b7c-75949cc90095.vsidx (2195304, 2023-10-03)
.vs/HowsGoingCore/FileContentIndex/6521794d-90c4-4e31-918f-31c5762591d0.vsidx (576065, 2023-10-03)
.vs/HowsGoingCore/FileContentIndex/a70004aa-eb23-4824-9a5a-4d1e459cd3b0.vsidx (68728, 2023-10-03)
.vs/HowsGoingCore/FileContentIndex/fee63dd8-820f-4cd0-a349-dc648b21b972.vsidx (71754, 2023-10-03)
.vs/HowsGoingCore/FileContentIndex/read.lock (0, 2023-10-03)
.vs/HowsGoingCore/config/ (0, 2023-10-03)
.vs/HowsGoingCore/config/applicationhost.config (75562, 2023-10-03)
.vs/HowsGoingCore/v17/ (0, 2023-10-03)
.vs/HowsGoingCore/v17/.futdcache.v2 (254, 2023-10-03)
.vs/HowsGoingCore/v17/.suo (103936, 2023-10-03)
.vs/ProjectEvaluation/ (0, 2023-10-03)
.vs/ProjectEvaluation/howsgoingcore.metadata.v7.bin (219738, 2023-10-03)
.vs/ProjectEvaluation/howsgoingcore.projects.v7.bin (1467394, 2023-10-03)
Controllers/ (0, 2023-10-03)
Controllers/HomeController.cs (19187, 2023-10-03)
HowsGoingCore.csproj (906, 2023-10-03)
HowsGoingCore.csproj.user (366, 2023-10-03)
HowsGoingCore.sln (1106, 2023-10-03)
Models/ (0, 2023-10-03)
Models/DbContextExtensions.cs (1681, 2023-10-03)
Models/ErrorViewModel.cs (240, 2023-10-03)
Models/Friendrequest.cs (514, 2023-10-03)
Models/Friendship.cs (472, 2023-10-03)
Models/GetFriendsResult.cs (332, 2023-10-03)
Models/GetRecordsResult.cs (521, 2023-10-03)
Models/HowsUser.cs (913, 2023-10-03)
Models/IhowsgoingContextProcedures.cs (884, 2023-10-03)
Models/Record.cs (494, 2023-10-03)
Models/howsgoingContext.cs (4183, 2023-10-03)
Models/howsgoingContextProcedures.cs (4635, 2023-10-03)
Program.cs (1102, 2023-10-03)
Properties/ (0, 2023-10-03)
Properties/launchSettings.json (686, 2023-10-03)
Views/ (0, 2023-10-03)
... ...

# HowsGoingCore This web application is built using the .NET Core 6 Framework and mimics typical social networking features such as forming friendships and creating posts. ## Technologies Used - **.NET Core 6**: The core framework for building this application. - **Entity Framework Core (Database First)**: ORM for database operations. - **Bootstrap**: For responsive and modern web design. - **CSS**: Styling the web pages. - **JavaScript**: Handling interactive elements and client-side scripting. - **Microsoft SQL Server**: Main Database ## Features - **User Registration & Authentication**: Users can sign up and sign in to interact. - **Friendships**: Users can send, accept, or decline friendship requests. - **Posts**: Users can create, edit, delete, and comment on posts. ## Getting Started ### Prerequisites - [.NET Core 6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) - A SQL Server instance for the database. ### Installation 1. Clone the repository: git clone https://github.com/Sferratore/HowsGoingCore 2. Navigate to the project directory. 3. Restore the necessary .NET packages: dotnet restore 4. Update your connection string in `appsettings.json` with your SQL Server details. 5. Migrate from Code to DB. 6. Run the application. The application should now be running on `https://localhost:5001` or `http://localhost:5000`. ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. ## License [MIT License](./LICENSE)

近期下载者

相关文件


收藏者