From 9f876e60209255950dd644dee4dd0aa6ddb9bcb4 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 18 Apr 2021 20:30:58 +0200 Subject: [PATCH] Update README.md (#20) --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d7fb1759f..652a7bb2a 100644 --- a/README.md +++ b/README.md @@ -45,18 +45,18 @@ Ghostfolio is for you if you are... - ✅ Static analysis to identify potential risks in your portfolio - ✅ Dark Mode -## Technology +## Technology Stack Ghostfolio is a modern web application written in [TypeScript](https://www.typescriptlang.org) and organized as an [Nx](https://nx.dev) workspace. -### Frontend - -The frontend is built with [Angular](https://angular.io). - ### Backend The backend is based on [NestJS](https://nestjs.com) using [PostgreSQL](https://www.postgresql.org) as a database and [Redis](https://redis.io) for caching. +### Frontend + +The frontend is built with [Angular](https://angular.io). + ## Getting Started ### Prerequisites @@ -92,4 +92,6 @@ Run `yarn test` ## License +© 2021 [Ghostfolio](https://ghostfol.io) + Licensed under the [AGPLv3 License](https://www.gnu.org/licenses/agpl-3.0.html).