https://github.com/louresb/aspnet6-blog
This repository contains the exercise completed as part of the Balta.io course on backend development.
https://github.com/louresb/aspnet6-blog
asp-net-core asp-net-mvc aspnet6 csharp10 dotnet dotnet6 jwt swagger
Last synced: 28 days ago
JSON representation
This repository contains the exercise completed as part of the Balta.io course on backend development.
- Host: GitHub
- URL: https://github.com/louresb/aspnet6-blog
- Owner: louresb
- License: mit
- Created: 2023-05-13T03:59:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T17:32:45.000Z (about 3 years ago)
- Last Synced: 2025-06-04T13:46:20.253Z (about 1 year ago)
- Topics: asp-net-core, asp-net-mvc, aspnet6, csharp10, dotnet, dotnet6, jwt, swagger
- Language: C#
- Homepage:
- Size: 8.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASPNET Blog
[](https://github.com/louresb/TodoApp/blob/main/LICENSE)

This repository contains the source code for a blog application developed using ASP.NET Core. The application allows users to register, log in, create blog posts, manage categories, and upload images for their profile. The codebase follows the MVC (Model-View-Controller) architectural pattern and utilizes Entity Framework Core for data access.
## Features
- **User Registration and Login:**
Users can register an account by providing their name, email, and password.
Passwords are securely hashed using a password hashing algorithm.
Registered users can log in to the application using their email and password.
- **Blog Posts:**
Authenticated users can create new blog posts.
Each blog post has a title, summary, body content, and associated category.
Posts can be edited and deleted by the author.
- **Categories:**
Users can manage categories for organizing blog posts.
Categories have a name and a slug for identifying them.
Categories are stored in the database and can be created, updated, and deleted.
- **Image Upload:**
Authenticated users can upload an image to use as their profile picture.
Uploaded images are stored in the database or file system, depending on the application's configuration.
## Screenshots

## Learning resources
This API was created using [Balta.io](https://balta.io/)'s backend course. I recommend checking it out if you're interested in learning about .NET programming.
## License
[MIT License](https://github.com/louresb/ASPNET6-Blog/blob/main/LICENSE) © [Bruno Loures](https://github.com/louresb)