Skip to content

ces-jf/GitLogAnalysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitLogAnalysis

Projeto de TCC que analisa dados do GitLog

Requirements to Run the project (Backend and Frontend)

GitLogAnalysis Client

This project was generated with Angular CLI version 8.3.20.

Development server

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.

Build

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.

GitLogAnalysis API

This project was generated with [.NET Core 3.1 SDK].

Create Schema with Entity Framework Core

Install EF Core tools as a global tool running this command.

dotnet tool install --global dotnet-ef

Access /GitLogAnalisys.Infra/ folder and run this dotnet-ef commands:

dotnet ef database update

Run API

Access /GitLogAnalisys.API/ folder and run this dotnet-ef commands:

dotnet run

Navigate to http://localhost:5000/. The app will open the Swagger Page with all Endpoints.

About

Projeto de TCC que analisa dados do GitLog

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C# 55.7%
  • TypeScript 26.4%
  • HTML 15.3%
  • JavaScript 2.2%
  • CSS 0.4%