Skip to content

brunopereira9/back-stock-manager

Repository files navigation

Getting Started

Clone o repositório e caso seja necessário altere a porta do servidor no arquivo Properties\launchSettings.json

git clone https://github.com/brunopereira9/back-stock-manager.git

Configure a StringConection em appsettings

"Server=localhost\\SQLEXPRESS;Database=Stock_Manager;Trusted_Connection=True;"

Migrations

Instale dotnet ef

``

Migration Init

``

Start

dotnet run

Porta Padrão

Https

https://localhost:7003

Http

http://localhost:5217

Verifique o front-end no repositório abaixo

https://github.com/brunopereira9/front-stock-manager.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages