Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melardev/aspcoreapiblog
https://github.com/melardev/aspcoreapiblog
api authentication authorization blog cms csharp dotnet dotnet-core entity-framework entity-framework-core identity jwt rest
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/melardev/aspcoreapiblog
- Owner: melardev
- Created: 2019-02-19T13:06:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T13:06:13.000Z (almost 6 years ago)
- Last Synced: 2024-11-26T09:12:19.754Z (3 months ago)
- Topics: api, authentication, authorization, blog, cms, csharp, dotnet, dotnet-core, entity-framework, entity-framework-core, identity, jwt, rest
- Language: C#
- Size: 558 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This is an ASP.Net Core Api blog application, its is **not finished**.# Features Implemented
- Seed of all models with Bogus(the Faker nuget package for dotnet)
- Controllers: Article, Comment, Tags, Categories, Following/Followers
- Authentication/Authorization(partially)
- Jwt with Identity integration# Todo
- Add default role when user is registered
- Refactor all the services code, it should be an implementation of an interface. As I did for the Ecommerce Api App(on my github as well).# Resources
- [Custom JSON Converter](https://www.jerriepelser.com/blog/deserialize-different-json-object-same-class/)