From 5e0d207d84143b515bb8f30191eda7f8b70795b1 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 18 Apr 2021 18:56:25 +0200 Subject: [PATCH] Add technology section (#10) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 46b8ebbff..b28618670 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,18 @@ Ghostfolio is for you if you are... - ✅ Static analysis to identify potential risks in your portfolio - ✅ Dark Mode +## Technology + +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. + ## Getting Started ### Prerequisites