melardev / AspCoreApiBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C# 99.1%Language:CSS 0.4%Language:Dockerfile 0.4%Language:JavaScript 0.1%Language:Batchfile 0.1%