Web Push Notifications - End to End implementation: Part 2 the REST API and database

Опубликовано: 14 Октябрь 2024
на канале: A shot of code
10,225
129

A follow up to the web push notifications video where we now create a REST API that can accept the users subscription details and then store them into a database. This database can then be queried to retrieve all the subscribers we have and ping a notification to each of them.. but that's another video in itself! The API is written using dotnet core and entityframework core and uses a SQL Server database all hosted in the cloud on Azure.