ENEI2019-Public/api
José Valdiviesso 88a6a1ed2d Auto stash before rebase of "origin/zmiguel" 2019-02-14 15:07:49 +00:00
..
.vscode cleanup 2018-12-12 15:17:08 +00:00
Controllers cleanup 2018-12-12 15:17:08 +00:00
Data cleanup 2018-12-12 15:17:08 +00:00
Dtos cleanup 2018-12-12 15:17:08 +00:00
Helpers cleanup 2018-12-12 15:17:08 +00:00
Migrations cleanup 2018-12-12 15:17:08 +00:00
Models Event Models and QRs 2018-12-12 16:43:20 +00:00
Properties cleanup 2018-12-12 15:17:08 +00:00
Views/Landing cleanup 2018-12-12 15:17:08 +00:00
obj/Debug/netcoreapp2.1 Auto stash before rebase of "origin/zmiguel" 2019-02-14 15:07:49 +00:00
Program.cs cleanup 2018-12-12 15:17:08 +00:00
Startup.cs cleanup 2018-12-12 15:17:08 +00:00
api.csproj cleanup 2018-12-12 15:17:08 +00:00
api.db cleanup 2018-12-12 15:17:08 +00:00
appsettings.Development.json cleanup 2018-12-12 15:17:08 +00:00
appsettings.json cleanup 2018-12-12 15:17:08 +00:00
readme.md cleanup 2018-12-12 15:17:08 +00:00

readme.md

API

Este projecto usa Dotnet Core 2 .NET Core Guide

Executar servidor em modo watch (compiles on file change)

    dotnet watch run

Executado servidor kestrel na porta 5000

Testar funcionalidades

Toda a API deve ser testada usando ferramentas como por exemplo Postman Toda a documentação das funcionalidades implementadas, assim como exemplos pode ser encontrada em AQUI