Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/cecilphillip/b32020
- Owner: cecilphillip
- License: mit
- Created: 2020-05-06T12:11:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T13:33:15.000Z (almost 4 years ago)
- Last Synced: 2023-03-30T12:48:45.271Z (over 1 year ago)
- Topics: coding-for-fun, cryptography, dotnetcore, microservices
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 24
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```