CoreAdmin_BlogSample

A sample that use CoreAdmin at the backend. And NextJS for the frontend (with server side rendering).

Please don't use this code in production. CoreAdmin is not setup with a account.

How it is working?

ASP.net API

Open the ASP.net API project, build and start it.

Swagger: https://localhost:7069/swagger/index.html
CoreAdmin: https://localhost:7069/CoreAdmin

You need to create a least one blog post from CoreAdmin which is Public (true).

NextJS Frontend

Go inside nextjs-blog, run npm i and npm run dev.
Go to http://localhost:3000