Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oscarlojr/rocketseatauction

Repository dedicated to presenting the project created on the Rocketseat NLW event.
https://github.com/oscarlojr/rocketseatauction

api bogus csharp dotnetcore entity-framework-core fluentassertions moq postman

Last synced: 4 days ago
JSON representation

Repository dedicated to presenting the project created on the Rocketseat NLW event.

Awesome Lists containing this project

README

        

RocketseatAuction API


Repository dedicated to presenting the project created on the Rocketseat NLW event.


top-language
number-of-languages
code-quality
GitHub last commit

## About this project

Development of a C# back-end application with .NET, applying concepts of Controllers, Entities, Repositories, and Use Cases. Utilization of DB Browser for SQLite for database visualization, and deployment of the Entity Framework ORM to translate entities into queries. Creation of unit tests with mocked data generated using Moq and Bogus.

## Technologies and Tools


csharp-logo
dotnet-logo
vscode-logo

## NuGet Packages

### Bogus
```sh
dotnet add package Bogus --version 35.4.0
```

### Moq
```sh
dotnet add package Moq --version 4.20.70
```

### Fluent Assertions
```sh
dotnet add package FluentAssertions --version 6.12.0
```

### Microsoft EntityFramework Core
```sh
dotnet add package Microsoft.EntityFrameworkCore
```

### Microsoft EntityFramework Core Sqlite
```sh
dotnet add package Microsoft.EntityFrameworkCore.Sqlite
```