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 c616312233
Initial commit
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
.eslintrc.json Initial commit 4 years ago
.gitignore Initial commit 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 Initial commit 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 Initial commit 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 run "Launch Program" in Visual Studio Code
  • Start client
    • Run yarn start:client