foldbank-mock/README.md
Ameya Shenoy d64b4c948a
fix: icon
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2023-03-24 00:50:34 +05:30

1.2 KiB

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