Skip to content
/ Minato Public

Um projeto para um restaurante, com atendimento via delivery, local e take away.

Notifications You must be signed in to change notification settings

comth/Minato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minato (EN)

A small project I'm working on for a restaurant, aiming to provide service via delivery, local and take away unified on the same platform.

Technologies used:

  • .NET 6.0 (Core)
  • Angular 13
  • Entity Framework Core
  • SQLServer

What you will find here:

  • editable tables
  • editable colorPicker
  • auto complete zip code
  • integration with Google API to provide distance and delivery time
  • easy-to-read methods (at least I tried to make everything as simple as possible)

Under Implementation:

  • web socket

Instructions for executing the project:

  • Install node (https://nodejs.org/)
  • Using cmd navigate to the ClientApp folder
  • Run the command 'npm i' and then 'npm start'
  • Install .Net Core (https://dotnet.microsoft.com/download)
  • Create a new database called Minato in your SQL Server
  • Open the project in Visual Studio
  • Using the Visual Studio Package Manager, run the 'Update-Database' command
  • Run the project through Visual Studio's ISS Express (or whatever tool you think is best)

you may need to change the database connection string, it is in the appSettings.json file, in the project's Minato folder

If you have any questions, contact me on LinkedIn -> https://www.linkedin.com/in/thalita-carvalho-956337193/

Minato (PT)

Um pequeno projeto que estou fazendo para um restaurante, visando o atendimento via delivery, local e take away unificados numa mesma plataforma.

Tecnologias utilizadas:

  • .NET 6.0 (Core)
  • Angular 13
  • Entity Framework Core
  • SQL Server

O que você vai encontrar por aqui:

  • tabelas editáveis
  • colorPicker editável
  • auto complete de cep
  • integração com API do Google para prover distância e tempo de entrega
  • métodos de fácil leitura (ao menos tentei deixar tudo o mais simples possível)

Em Implementação:

  • web socket

Intruções para a execução do projeto:

  • Instale o node (https://nodejs.org/)
  • Usando o cmd navegue até a pasta ClientApp
  • Execute o comando 'npm i' e depois 'npm start'
  • Instale o .Net Core (https://dotnet.microsoft.com/download)
  • Crie um novo bano de dados chamado Minato no seu SQL Server
  • Abra o projeto no Visual Studio
  • Utilizando o Gernciador de Pacotes do Visual Studio execute o comando 'Update-Database'
  • Execute o projeto pelo ISS Express do Visual Studio (ou a ferramenta que você achar melhor)

talvez seja necessário alterar a string de conexão com o banco de dados, ela está no arquivo appSettings.json, na pasta Minato do projeto

Qualquer dúvida me contate no LinkedIn -> https://www.linkedin.com/in/thalita-carvalho-956337193/

About

Um projeto para um restaurante, com atendimento via delivery, local e take away.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published