A quickly hacked up mock of https://fold.money Check it out here: https://foldbank.codingcoffee.me
Find a file
Ameya Shenoy 4be7be1d07
fix: remove visibility of main app on mobile
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2023-03-25 16:06:08 +05:30
backend feat: add some caching 2023-03-25 14:27:32 +05:30
web fix: remove visibility of main app on mobile 2023-03-25 16:06:08 +05:30
dev.env feat: transactions api done 2023-03-22 16:48:37 +05:30
docker-compose.prod.yml fix: typo 2023-03-23 19:55:05 +05:30
docker-compose.yml feat: transactions api done 2023-03-22 16:48:37 +05:30
README.md fix: icon 2023-03-24 00:50:34 +05:30

Foldbank

a mock of the Fold Money website

Design

The design is inspired from the image present on the Fold Money Website

Usage

docker-compose up -d

Build

  • Build images for dev
docker-compose build

Build images for prod

docker-compose -f docker-compose.prod.yml build

Logging

  • To get the logs of all containers
docker-compose logs -f
  • To get the logs of a particular container
docker-compose logs -f container-name

What this is not

- A production ready app
- Backend
  - Linking of bank account
  - Multiple currency handling
  - Not considering assets like FD, Stocks
  - i18n
  - Multi Tenancy
  - Authentication
- Web
  - Not mobile responsive, intended to be a mockup
  - Click to copy
  - Hover states
  - Menus