Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaetandezeiraud/coreadmin_blogsample
https://github.com/gaetandezeiraud/coreadmin_blogsample
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaetandezeiraud/coreadmin_blogsample
- Owner: gaetandezeiraud
- Created: 2022-02-04T11:40:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T12:47:54.000Z (almost 2 years ago)
- Last Synced: 2024-01-28T16:10:25.732Z (10 months ago)
- Language: C#
- Size: 19.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/CoreAdminYou 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