/BasicAuth

Projeto para testar a possibilidades do Csharp, com propósito de utilizar o Model como um Repository no estilo NodeJS

Primary LanguageC#

BasicAuth

Playground

Installation

git clone https://github.com/thelokys/BasicAuth.git # HTTP

git clone git@github.com:thelokys/BasicAuth.git # SSH

Change to your mongo connection in appsettings.Development.json)

Is recomended https://www.mongodb.com/cloud to avoid installation in your machine

Install Download .NET Core SDK 3.1 to run app, after that you should be able to run dotnet CLI

Usage

In BasicAuth.Api folder run:

dotnet run

For more information check: Get started with .NET Core using the .NET Core CLI