https://github.com/leorv/cabeleleila-dsin
https://github.com/leorv/cabeleleila-dsin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leorv/cabeleleila-dsin
- Owner: leorv
- Created: 2023-09-16T00:14:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T09:25:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T12:34:09.209Z (5 months ago)
- Language: TypeScript
- Size: 795 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leila Cabeleleila Salão de Beleiza
Para a execução do projeto o ambiente deverá possuir as seguintes tecnologias:
Tecnologias utilizadas:
- .NET SDK 6 (6.0.414);
- Node 18.17.1
- npm 9.6.7
- Angular 16.2.2
- MySql 5.7## Aplicar as Migrations para o banco de dados
Tenha instalado o `dotnet ef`.
```
dotnet tool install --global dotnet-ef --version 6.0.22
```Estando com o terminal no diretório do back-end, rode:
```
dotnet ef database update --project Cabeleleila.Repository --startup-project Cabeleleila.WebAPI
```No front-end:
```
npm i
```## Imagens da solução












# O que utilizei
- Documentação da Microsoft (learn web api);
- Fóruns, tutoriais, StackOverFlow.
- Códigos do meu github.
# A melhorar/implantar
- Tratar erros e outros tipos de retorno na API.
- Validações
- Login com segurança e JWT.
- Retorno de erros da API.
- Layout, UX/UI do front-end.