/dotnet-core-rest-api

This repository contains a DotNet Core REST API, which has an example of a Store Library

Primary LanguageC#MIT LicenseMIT

DotNet Core REST API

This is a template created on .NET core 6.0, which uses a Store Library as a business context. See below the used stacks on this template.

About

This template is useful for those who need a start point to create a REST API using the .NET core.

Here are some used stacks

How to use

Firstly, clone the project and follows these commands below

git clone https://github.com/pauloprsdesouza/dotnet-core-rest-api.git
cd dotnet-core-rest-api
dotnet restore
dotnet run

After that, the documentation is created using Redoc and showed in a browser through the link http://localhost:5000/docs/index.html