/apiboot-example

Example/Template app using Otc.AspNetCore.ApiBoot.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Welcome to ApiBoot

Build Status

This reposiotory contains a sample/template project which uses Otc.AspNetCore.ApiBoot library as it bases, you can learn more about ApiBoot at https://github.com/OleConsignado/otc-aspnetcore-apiboot.

Quickstart

Install ApiBoot template

$ dotnet new -i apiboot

Create a new project

$ dotnet new apiboot --name=MyProjectName