Skip to content

pauloprsdesouza/dotnet-core-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages