Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 349 Bytes

Wichtel App

Dies ist eine Webapplikation um zu wichteln.

Datenbank

Genutzt wird Postgres.

Backend

Für das Backend wird NestJS als Framework genutzt.

Installation

npm install
npm run build
npm run start:prod

Alle anderen "Run-Skripte" können in der package.json nachgelesen werden.