Banking for the Unbanked
git clone
the repocd
into the directory- Install packages with
npm install
(using nodev20.11.1
) - Start using
npm run start:dev
- Applications run on port 3000 by default:
localhost:3000
. Can be specified using thePORT
env var.
docker compose up -d
to start the postgres and redis container
npx prisma migrate dev --schema prisma/schema.prisma
Please note that the Postgres url from the environment will be used, i.e. .env
file
You can build this app using npm run build
. Or use the Dockerfile
to deploy this application.