If you want to see the page for yourself, you'll need to do the following:
- Clone the repository
- Install PostgreSQL on your computer and create a database called
financeapp. - Modify the
.envfile located in in theapifolder with the following contents:
DB_USER={Your postgreSQL user}
DB_PASSWORD={Your postgreSQL password}
- Run
npm installon api folder - Run
npm run devon api folder (yo must seelistening at 3001) and let it running - Run
npm installon client folder - Run
npm starton client folder
The app doesn't have any users created by default, you'll have to register to use the app


