Skip to content
forked from bhojpur/wealth

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

Notifications You must be signed in to change notification settings

WooodHead/wealth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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