Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cecilphillip/b32020

Nothing to see here. Move along now...
https://github.com/cecilphillip/b32020

coding-for-fun cryptography dotnetcore microservices

Last synced: about 2 hours ago
JSON representation

Nothing to see here. Move along now...

Awesome Lists containing this project

README

        

# B32020 aka Bye Bye Build 2020 😎
! ***This is not a serious application.*** !

After you dig through this code, you might realize that it's definitely way too involved what it does. Well... that's the point 🙃.
Almost every new feature of C# 8 and .NET Core 3.x was in here in just for the fun of it. It's an interesting learning experience once you figure out how this mess works.

Have fun digging through the code and seeing what it does!

## Running the code
The only thing you'll need for this is .NET Core SDK 3.1. Maybe you might want to grab a copy of [Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=academic-0000-cephilli) or [Visual Studi0](https://visualstudio.microsoft.com/downloads/?WT.mc_id=academic-0000-cephilli).

After you've cloned the repo, run the following command in your terminal.

```shell
> dotnet run
```