Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/memoyu/mbill_service
基于.NET 6 搭建个人记账后台服务,采用uni-app搭建个人记账微信小程序,采用Xamarin搭建移动客户端App,采用Blazor搭建后台管理
https://github.com/memoyu/mbill_service
blazor dotnet6 uni-app xamarin
Last synced: 2 months ago
JSON representation
基于.NET 6 搭建个人记账后台服务,采用uni-app搭建个人记账微信小程序,采用Xamarin搭建移动客户端App,采用Blazor搭建后台管理
- Host: GitHub
- URL: https://github.com/memoyu/mbill_service
- Owner: Memoyu
- License: mit
- Created: 2021-01-05T13:12:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T12:00:28.000Z (about 1 year ago)
- Last Synced: 2024-01-21T13:22:24.493Z (about 1 year ago)
- Topics: blazor, dotnet6, uni-app, xamarin
- Language: C#
- Homepage:
- Size: 2.62 MB
- Stars: 24
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
个人记账系统后台
> 知行合一
[![.NET5](https://img.shields.io/badge/.NET5.0.0-3963bc.svg)](https://dotnet.microsoft.com/download) [![.NET5](https://img.shields.io/badge/Memoyu.Core-.NET5-red)](https://github.com/Memoyu/Memoyu.Core) [![](https://img.shields.io/badge/license-MIT-3963bc.svg)](LICENSE)
## 项目介绍
项目为个人记账管理系统的后台服务实现。
采用自己封装的项目模板进行快速开发,并在此项目中发现模板的问题以及需要向模板新增的功能。
部署文档:[mbill部署相关 ](https://www.yuque.com/memoyu/sz8ae0/pnbr6haohkhid0tf)
## 相关项目
✨ [采用uni-app实现的小程序前端 - Memoyu/mbill_wechat_app](https://github.com/Memoyu/mbill_wechat_app)
✨ [采用Blazor+Ant Blazor实现后端管理 - Memoyu/mbill_blazor_admin](https://github.com/Memoyu/mbill_blazor_admin)
✨[采用Xamarin搭建移动客户端App-Memoyu/mbill_xamarin_app](https://github.com/Memoyu/mbill_xamarin_app)
## TODO
- [x] 实现基本记账接口
- [x] 实现账目统计
- [x] 实现账目搜索
- [ ] ......
## 开源协议
[MIT](LICENSE).