A user-friendly app for tracking business expenses and revenue, designed to simplify financial management for entrepreneurs and small business owners.
- Clone the project
- In the backend folder run this command:
./pocketbase serve
You may need to change the file in the backend folder if you are using MacOS or Windows, see thePocketbase doc
. - Run
npm install
in the app folder - Create a .env file in the app folder
npm run dev
- Login, registration, reset password, logout
- Light/Dark theme
- Edit user profile
Release v0.1
- Display
- Create
- Edit
- Delete
- Upload document
- Download document
- Date filter
- Create
- Delete (default to general label)
- Assign
- Display revenues/expenses
- Display latest transactions
- Date filter
- Expense/Revenu chart filtered by label
Release v1