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.
- C#
- Entity Framework Core
- SQL Server Management Studio
- Postman
- Swagger UI
- JWT
- Create account - username, password & email
- Login with JWT-token
- Update / delete account
- 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
- Read blogposts
- Search for blogposts sorted by category or title