Manage your expenses and incomes without tears or fears
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- You need to have
Node.jsinstalled before installing the dependencies. - Setup
Estateably API(if you prefer, you can launch with the mock server).
Follow these steps
- Install packages
yarn install or npm install
- create a
.envfile with this content:NEXT_PUBLIC_API_BASE_URL = "http://localhost:5000";
email: walter_white@gmail.com
password: HelloWorld@123
This credential is also valid for the Demo.
- Run
yarn dev or npm run dev
- Open on the browser: http://localhost:3000
- Run
yarn dev:mock or npm run dev:mock
- Open on the browser: http://localhost:3000
To build the project, just run:
yarn build or npm run buildThis script will not only build the project but also export it as a static website.
- Add Cypress to E2E test
- Adapt GUI to be responsible for mobile devices
- Improve error display
Distributed under the MIT License. See LICENSE.txt for more information.
