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 a8c65cf3c2
Feature/migrate links to router link (#2)
3 years ago
.vscode Initial commit 3 years ago
apps Feature/migrate links to router link (#2) 3 years ago
libs/helper Initial commit 3 years ago
prisma Initial commit 3 years ago
scripts Initial commit 3 years ago
tools Initial commit 3 years ago
.dockerignore Initial commit 3 years ago
.editorconfig Initial commit 3 years ago
.env.sample Add .env.sample 3 years ago
.eslintrc.json Initial commit 3 years ago
.gitignore Add .env.sample 3 years ago
.prettierignore Initial commit 3 years ago
.prettierrc Initial commit 3 years ago
.yarnrc Initial commit 3 years ago
CHANGELOG.md Replace header.component.html href attributes with AngularRouter routerLink (#1) 3 years ago
Dockerfile Initial commit 3 years ago
README.md Update README.md 3 years ago
angular.json Initial commit 3 years ago
decorate-angular-cli.js Initial commit 3 years ago
docker-compose.yml Initial commit 3 years ago
jest.config.js Initial commit 3 years ago
jest.preset.js Initial commit 3 years ago
nx.json Initial commit 3 years ago
package.json Clean up scripts 3 years ago
replace.build.js Initial commit 3 years ago
tsconfig.base.json Initial commit 3 years ago
yarn.lock Initial commit 3 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