GitXplorerGitXplorer
j

programmentwurf

public
0 stars
1 forks
6 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

ToDo List

Fachliche Beschreibung der Web-Anwendung...

QuickStart

  1. git clone git@github.com:johakr/programmentwurf.git
  2. npm install
  3. npm start
  4. http://localhost:3000

Architektur

Beschreibung der eingesetzten Technologien und Architektur. Ggf. Schaubild. Zusammenspiel Frontend <-> Backend

Datenmodell

Beispiel JSON für alle verwendetetn Datenmodelle

[ { "id": 1, "title": "TODO STUFF" }, { "id": 2, "title": "TODO MORE STUFF" } ]

REST Services (Backend)

Beschreibung aller REST Services

Frontend

Beschreibung aller UI Masken, Events, fetch Requests...