An open API service indexing awesome lists of open source software.

https://github.com/louresb/dapper-blog

This repository contains the exercise completed as part of the Balta.io course on backend development.
https://github.com/louresb/dapper-blog

csharp dapper dotnet5 sqlserver

Last synced: 2 months ago
JSON representation

This repository contains the exercise completed as part of the Balta.io course on backend development.

Awesome Lists containing this project

README

          

# Blog - Dapper

[![licence mit](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/louresb/DapperBlog/blob/main/LICENSE)
![Development Status Badge](https://img.shields.io/badge/Status-Concluded-green)

This is a simple CRUD application for a blog platform, implemented in C# using Dapper for data access.

## Database Setup

The scripts required to run are available at the [Scripts](https://github.com/louresb/DapperBlog/tree/main/Scripts) folder of this repository.

## Available Features

The application demonstrates the following CRUD operations on the `User` entity:

- Creating a new user
- Reading a single user by ID
- Reading all users
- Updating a user
- Deleting a user

Make sure to comment/uncomment features to verify them.

## Learning resources

This project 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/DapperBlog/blob/main/LICENSE) © [Bruno Loures](https://github.com/louresb)