Projeto de TCC que analisa dados do GitLog
- Install .NET Core 3.1 SDK [https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-3.1.22-windows-hosting-bundle-installer]
- Install Node [https://nodejs.org/en/download/]
- Install Angular CLI version 8.3.20 [run this command in PS: npm install -g @angular/cli@8.3.21]
- Install MySQL 8.0.25 [Complete installation, with .NET Connector - https://dev.mysql.com/downloads/file/?id=505212]
- Install Microsoft Visual Studio Code
- Install Microsoft Visual Studio 2019 (optional)
This project was generated with Angular CLI version 8.3.20.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
This project was generated with [.NET Core 3.1 SDK].
Install EF Core tools as a global tool running this command.
dotnet tool install --global dotnet-efAccess /GitLogAnalisys.Infra/ folder and run this dotnet-ef commands:
dotnet ef database updateAccess /GitLogAnalisys.API/ folder and run this dotnet-ef commands:
dotnet runNavigate to http://localhost:5000/. The app will open the Swagger Page with all Endpoints.