Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Editado arquivo README.md (links) #6
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-oldra committed Aug 13, 2020
1 parent b01ced7 commit b768697
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Projeto de API usando C# e .NET Core 3.1
<h1 align="center">
DevChurras.API
</h1>
<p align="center">
<a href="#tecnologias-e-práticas-utilizadas">Tecnologias e práticas utilizadas</a> •
<a href="#funcionalidades">Funcionalidades</a> •
<a href="#comandos">Comandos</a>
</p>

Foi desenvolvida uma API REST para gerenciamento de um churrasco.

Expand All @@ -21,12 +28,14 @@ Foi desenvolvida uma API REST para gerenciamento de um churrasco.

![alt text](https://raw.githubusercontent.com/samuel-oldra/DevChurras.API/main/README_IMGS/swagger_ui.png)

## Comandos básicos
## Comandos

### Comandos básicos
```
dotnet new gitignore
dotnet new webapi -o DevChurras.API
dotnet build
dotnet run
dotnet watch run
dotnet publish
```
```

0 comments on commit b768697

Please sign in to comment.