mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
update README.md
This commit is contained in:
@@ -6,21 +6,30 @@
|
|||||||
[](https://github.com/mayswind/lab/releases)
|
[](https://github.com/mayswind/lab/releases)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
lab is a lightweight account book app hosted by yourself. This project is now **under construction**.
|
The lab is a lightweight account book app hosted by yourself. It can be deployed on almost all platforms, including Windows, macOS and Linux on x86, amd64 and ARM architectures. You can even deploy it on an raspberry device. It also supports many different databases, including sqlite and mysql. With docker, you can just deploy it via one command without complicated configuration.
|
||||||
|
|
||||||
|
This project is still **under construction**.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
1. Open source & Self-hosted
|
1. Open source & Self-hosted
|
||||||
2. Lightweight & Fast
|
2. Lightweight & Fast
|
||||||
3. Easy to install
|
3. Easy to install
|
||||||
|
* Docker support
|
||||||
|
* Multiple database support (sqlite, mysql, etc.)
|
||||||
|
* Multiple os & architecture support (Windows, macOS, Linux & x86, amd64, ARM)
|
||||||
4. User-friendly interface
|
4. User-friendly interface
|
||||||
* Almost native app experience
|
* Desktop (planning) and mobile support
|
||||||
* Two-level account support
|
* Almost native app experience (for mobile device)
|
||||||
* Two-level category support
|
* Two-level account & two-level category support
|
||||||
* Preset various categories
|
* Plentiful preset categories
|
||||||
5. Two-factor authentication
|
* Searching & filtering history records
|
||||||
6. Application lock (WebAuthn support)
|
* Data statistics
|
||||||
7. Multi-language support
|
* Dark theme
|
||||||
8. Dark theme
|
5. Multiple currency support & automatically updating exchange rates
|
||||||
|
6. Two-factor authentication
|
||||||
|
7. Application lock (WebAuthn support)
|
||||||
|
8. Data export
|
||||||
|
9. Multi-language support
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
### Mobile Device
|
### Mobile Device
|
||||||
@@ -44,7 +53,7 @@ Latest release: [https://github.com/mayswind/lab/releases](https://github.com/ma
|
|||||||
|
|
||||||
$ ./lab server run
|
$ ./lab server run
|
||||||
|
|
||||||
lab will listen at port 8080 as default. You can visit http://<YOUR_HOST_ADDRESS>:8080/ .
|
The lab will listen at port 8080 as default. Then you can visit http://<YOUR_HOST_ADDRESS>:8080/ .
|
||||||
|
|
||||||
### Build from source
|
### Build from source
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user