An open API service indexing awesome lists of open source software.

https://github.com/easy-open-meta/topskyhotelmanagementsystem-webapi

This project is a TS hotel management system backend API project based on. Net6, mainly used for 2.0 upgrade. Welcome to Start&Fork
https://github.com/easy-open-meta/topskyhotelmanagementsystem-webapi

api csharp erp erp-application furion netcore

Last synced: 9 months ago
JSON representation

This project is a TS hotel management system backend API project based on. Net6, mainly used for 2.0 upgrade. Welcome to Start&Fork

Awesome Lists containing this project

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.**