Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaetandezeiraud/coreadmin_blogsample


https://github.com/gaetandezeiraud/coreadmin_blogsample

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

# 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