Skip to content

A Blog API (like Medium) built with ASP.NET 8, ASP.NET Identity, PostgreSQL, Cloudinary and Docker

Notifications You must be signed in to change notification settings

topboyasante/bloggr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Bloggr - A Backend API for Blogs

Stack:

  • C#
  • ASP.NET
  • PostgreSQL
  • Docker
  • Cloudinary

Models

  • User : IdentityUser
{
    // Additional Fields
    "first_name": string,
    "last_name": string,
}
  • Blog :
{
    // Additional Fields
    "title": string,
    "description": string,
    "cover_img_url": string,
    "cover_img_public_id": string,
    "content": string,
    "created_at": Date,
    "updated_at": Date,
}

Features:

  • Everyone can:
    • Sign In
    • Sign Up
    • Read Blogs
  • Authenticated users can:
    • Create Blogs
    • Update Blogs
    • Delete Blogs

About

A Blog API (like Medium) built with ASP.NET 8, ASP.NET Identity, PostgreSQL, Cloudinary and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages