Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 930 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 930 Bytes

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