Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 1.03 KB

README.md

File metadata and controls

40 lines (37 loc) · 1.03 KB

Booky

A user-friendly app for tracking business expenses and revenue, designed to simplify financial management for entrepreneurs and small business owners.

How to use it locally

  1. Clone the project
  2. 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 the Pocketbase doc.
  3. Run npm install in the app folder
  4. Create a .env file in the app folder
  5. npm run dev

Deployment

To-do list

  • Login, registration, reset password, logout
  • Light/Dark theme
  • Edit user profile

Release v0.1


Transactions

  • Display
  • Create
  • Edit
  • Delete
  • Upload document
  • Download document
  • Date filter

Transaction label

  • Create
  • Delete (default to general label)
  • Assign

Dashboard

  • Display revenues/expenses
  • Display latest transactions
  • Date filter
  • Expense/Revenu chart filtered by label

Release v1