Open Source Wealth Management Software. Angular + NestJS + Prisma + Nx + TypeScript 🤍
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Thomas 98adcaa1ef
Update README.md
4 years ago
.vscode Initial commit 4 years ago
apps Initial commit 4 years ago
libs/helper Initial commit 4 years ago
prisma Initial commit 4 years ago
scripts Initial commit 4 years ago
tools Initial commit 4 years ago
.dockerignore Initial commit 4 years ago
.editorconfig Initial commit 4 years ago
.env.sample Add .env.sample 4 years ago
.eslintrc.json Initial commit 4 years ago
.gitignore Add .env.sample 4 years ago
.prettierignore Initial commit 4 years ago
.prettierrc Initial commit 4 years ago
.yarnrc Initial commit 4 years ago
CHANGELOG.md Initial commit 4 years ago
Dockerfile Initial commit 4 years ago
README.md Update README.md 4 years ago
angular.json Initial commit 4 years ago
decorate-angular-cli.js Initial commit 4 years ago
docker-compose.yml Initial commit 4 years ago
jest.config.js Initial commit 4 years ago
jest.preset.js Initial commit 4 years ago
nx.json Initial commit 4 years ago
package.json Clean up scripts 4 years ago
replace.build.js Initial commit 4 years ago
tsconfig.base.json Initial commit 4 years ago
yarn.lock Initial commit 4 years ago

README.md

Ghostfolio

Privacy-first Portfolio Tracker

Ghostfolio

Features

  • Dark Mode

Getting Started

Prerequisites

Setup

  1. Run yarn install
  2. Run yarn docker:dockerize
  3. Copy .env.sample to docker/.env
  4. Run cd docker/<version>
  5. Run docker-compose build
  6. Run docker-compose up -d

Development

Start server

  • Serve: Run yarn start:server
  • Debug: Run yarn watch:server and click "Launch Program" in Visual Studio Code

Start client

  • Run yarn start:client

Testing

Run yarn test