bhojpur / wealth

The Bhojpur Wealth is a comprehensive wealth management engine based on Bhojpur.NET Platform for application delivery.

Home Page:https://page.bhojpur-consulting.com/product/wealth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bhojpur Wealth - Data Management Engine

The Bhojpur Wealth is an artificial intelligence enabled wealth management system applied within the Bhojpur.NET Platform ecosystem for delivering distributed applications or services. The application empowers individuals or companies to keep track of stocks, ETFs or cryptocurrencies and make solid, data-driven investment decisions.

Pre-requisites

You need to install the following software on target server.

Simple Installation

Firstly, you need to setup a local database (e.g. PostgreSQL and Redis).

The default currency applied by the system is INR.

Database Setup

Prior to starting the server, your database instance must be up and running.

yarn database:setup

Server-side Web Application

To start the server application, simply issue the following command in a Terminal window

yarn start:server

Client-side Web Application

To start the client application, simply issue the following command in a Terminal window

yarn start:client

Storybook Environment

To start the storybook, simply issue the following command in a new Terminal window

yarn start:storybook

then, open http://localhost:4400/ URL in your web-browser

Build Source Code

Firstly, you need to install Node.js runtime engine, Yarn, and Prisma frameworks. So, issue the following commands in a new Termainal window.

npm install -g prisma
yarn install

then, build the source code by issuing followinf commands

yarm build:all

About

The Bhojpur Wealth is a comprehensive wealth management engine based on Bhojpur.NET Platform for application delivery.

https://page.bhojpur-consulting.com/product/wealth/


Languages

Language:TypeScript 82.2%Language:HTML 13.5%Language:SCSS 1.7%Language:JavaScript 1.6%Language:Go 0.7%Language:Dockerfile 0.2%Language:Shell 0.1%