sleepyRias / BetterSteam

just some CS students exploring development
0 stars 0 forks source link

Feature: Net Core Service #18

Closed rhaetscher closed 1 year ago

rhaetscher commented 1 year ago

Replace static List in Frontend with List in Backend.

Implement following CRUD operations:

C - Create new Item R - Read Item U - Update Item D - Delete Item

R - Read List

sleepyRias commented 1 year ago

i think it works

rhaetscher commented 1 year ago

@sleepyRias please comment for @Multi538 how the API works, e.g.

GET /games returns Game[] wobei

Game {
title: string
}