Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 745 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 745 Bytes

Booky

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

Features

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

Release v0.1


  • Insert real values on dashboard
  • Add table on transactions page

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