Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 523 Bytes

File metadata and controls

15 lines (11 loc) · 523 Bytes

SWEBuchWeb

Beim SWEBuchWeb Projekt handelt es sich um ein NextJS Projekt inklusive GraphQL und Material UI, welches im Rahmen der Vorlesung Software Engineering im Sommersemester 2023 entstand. Die Frontend-Anwendung ist für den Buch-Server Backend https://github.com/juergenzimmermann/buch ausgelegt.

Starten des Servers

npm run dev
# or
yarn dev
# or
pnpm dev

Der Webserver ist im Browser über http://localhost:4200 erreichbar.