# TopskyHotelManagerSystem-WebApi **Repository Path**: oopono/topsky-hotel-manager-system-web-api ## Basic Information - **Project Name**: TopskyHotelManagerSystem-WebApi - **Description**: 基于.Net8搭配SQLSugar框架构建的TS酒店管理系统后端API项目,主要用于2.0升级所用,欢迎Start&Fork - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oscode.top - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2024-10-08 - **Last Updated**: 2024-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Organization logo.png

TopskyHotelManagerSystem-WebApi

star fork

中文文档 | English Document

### :pray: Thanks to the following open source projects: 1. ##### Autofac——An addictive .NET IoC container. [Autofac, MIT License](https://github.com/autofac/Autofac) 2. ##### SqlSugar——.Net aot ORM Fastest ORM Simple Easy Sqlite orm Oracle ORM Mysql Orm postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping. [SQLSugar, MIT License](https://github.com/DotNetNext/SqlSugar) ### :exclamation: About this project: This project is a TS hotel management system backend API project built on .Net8, mainly for the 2.0 upgrade, welcome to Star & Fork. 1. All development should comply with the MIT open source license. 2. If you find bugs, feel free to raise an issue! ### :thought_balloon: Development purpose: Mainly for upgrading the existing C/S project hotel management system to version 2.0 to achieve a WebAPI interface that separates the front end from the back end. This project does not include any UI interface. ### :mag_right: System development environment: Operating System: Windows 11(x64) Development Tool: Microsoft Visual Studio 2022 (latest version of the system) Database: PostgreSQL v16 Database Management Tool: DbGate Programming Language: C# language, LINQ language Development Platform: .Net Development Framework: .Net 8 Development Technology: .NET 8 WebAPI ### :open_file_folder: System structure: ``` TopskyHotelManagerSystem ├.github ├.gitignore ├.gitmodules ├EOM.Client.TopSkyHotelManagerSystem.sln ├FodyWeavers.xml ├LICENSE ├packages ├README.md ├SYS.Common ├SYS.FormUI ├SYS.Library ├TopskyHotelManagerSystem-WebApi ├数据库脚本 ├项目效果图 ├项目相关文档 ``` ### :chart_with_upwards_trend: System database relationship diagram (generated by PDMAN software) :loudspeaker: [Database Relationship Diagram](https://oscode.top/project/tshotel/db_design.html) ### :exclamation: Project authors: **Jackson (i.e., this account, project leader, core code writing, and later project integration)** **Benjamin (Developer, project code writing)** **Bin (Database, providing database management support)** **Easy-Open-Meta (late maintenance and development)** ### :computer: Project deployment (before executing the steps below, you need to install .NET 8 SDK and Runtime): **Download and install Microsoft Visual Studio Professional 2022 or above version, unzip the Zip package, and run the file with .sln suffix to start.** ### :inbox_tray: Database deployment (local): **The author and development team strongly recommend using PostgreSQL database. Install the PostgreSQL database and start the service. Use a visualization management tool to create the database. You can quickly establish data tables and import data by opening the .sql suffix format files in the database script folder. Execution steps (taking PostgreSQL database as an example):** **1. Use a visualization management tool to open the Table.sql file to create data tables.** **2. Then open the Data.sql file to import data.**