Brouilles / CoreAdmin_BlogSample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C# 51.8%Language:JavaScript 26.8%Language:CSS 21.4%