A user-friendly app for tracking business expenses and revenue, designed to simplify financial management for entrepreneurs and small business owners.
- Login, registration, reset password, logout
- Light/Dark theme
- Edit user profile
Release v0.1
- Insert real values on dashboard
- Add table on transactions page
- 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