Skip to content

maddefcker/Blog-Community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Community - Web API

INTRODUCTION

Web API for a community built with EF Core and code first. You can create an account, read, post, comment and delete blogposts. Blogposts are sorted into a few different categories and you can also search for blogposts sorted by category and/or title.

METHODS

  • C#
  • Entity Framework Core
  • SQL Server Management Studio
  • Postman
  • Swagger UI
  • JWT

FUNCTIONS

Account

  • Create account - username, password & email
  • Login with JWT-token
  • Update / delete account

Blogposts

For logged in users only:

  • Create blogpost with title, text and category.
  • Update/delete blogpost - by entering the blogpost id
  • Comment on blogposts - only on other users posts.
  • Read blogposts
  • Search for blogposts sorted by category or title

For non-logged in users

  • Read blogposts
  • Search for blogposts sorted by category or title

About

Blog community web api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages