Skip to content

richmont12/frontend-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend push

A repository to show how pushing data the frontend works by using server side events.

Tech stack:

Folder Structure

  • web: contains the web frontend build with nextjs and react
  • backend: contains the apis build with apsnetcore
  • identity: contains the identity server build with aspnetcore and duende identity server

Quick start

  • Ensure running postgres on localhost:5432, user: postgres, password: docker
  • Run identity server migrations
    • cd identity/
    • dotnet tool restore
    • cd src/IdentityServer
    • dotnet ef database update
  • Start Identity Server
  • Start Api1
  • Start Web frontend

Hints to some code snippets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published