Giter Site home page Giter Site logo

r.systems.template's Introduction

R.Systems.Template

ASP.NET Core 7 Web API template project, created as a base for other projects.

.NET CLI Template

Install

From directory

dotnet new install C:\repo\Private\R.Systems\R.Systems.Template

From NuGet

dotnet new install R.Systems.Template

Uninstall

From directory

dotnet new uninstall C:\repo\Private\R.Systems\R.Systems.Template

From NuGet

dotnet new uninstall R.Systems.Template

Show list of templates

dotnet new list --columns-all

Create a new project from the template

dotnet new r-systems-clean-architecture --name R.Systems.Lexica --projectNameKebabCase r-systems-lexica

NuGet package

Create

nuget pack .\.nuspec -NoDefaultExcludes

Publish

nuget setApiKey <your_API_key>
nuget push R.Systems.Template.1.0.0.nupkg -Source https://api.nuget.org/v3/index.json

Docker

Build image

docker build -t r-systems-template -f .\R.Systems.Template.Api.Web\Dockerfile .

Run container

docker run -it --rm -p 8080:80 r-systems-template /bin/bash

Benchmarks

Run benchmarks

cd .\R.Systems.Template.Benchmarks.Api.Web\
dotnet run -c Release -- `
    --filter R.Systems.Template.Benchmarks.Api.Web.* `
    --envVars `
    ACCESS_TOKEN_AZURE_AD:"<access_token_for_azure_ad>" `
    ACCESS_TOKEN_AZURE_AD_B2C:"<access_token_for_azure_ad_b2c>" `
    API_BASE_URL:"http://192.168.50.50:8095"

r.systems.template's People

Contributors

lrydzkowski avatar

Stargazers

 avatar Christopher Dooley avatar Alexis Daniel Hernandez Gamez avatar  avatar Kevin Raffay avatar

Watchers

James Cloos avatar  avatar Kostas Georgiou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.