Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)