Giter Club home page Giter Club logo

template-dotnet6's Introduction

Introduction

Projeto Template

Getting Started

  1. Requisitos
  • AspNet Core 6
  • MySql Server - (alterar a connectionString em appsettings.json)
  • Dotnet ef tools para executar as migrations ( dotnet tool install --global dotnet-ef )
  1. Processo de Instalação
  • Para rodar as migrations é necessário a instalação das ferramentas do Entity Framework:

  • dotnet tool install --global dotnet-ef Em seguida use:

    • dotnet ef database update -p Infrastructure -s Api --context ContextBase
  • Para publicar o projeto e executar o build, acesse a pasta Api e execute: dotnet publish -c Release -o <PASTA_DE_DESTINO>

  1. Api references
  • Esse projeto utiliza o Swagger para gerar o documentação da Api. Para salvar a collection e executar via Postman, acesse: https://{URL_DE_EXECUÇÃO}/swagger/v1/swagger.json

template-dotnet6's People

Contributors

diegofemello avatar

Stargazers

Felipe Hollanda avatar

Watchers

Felipe Hollanda avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.