/ex_erp

IT Academy - .NET - ERP project

Primary LanguageC#

ex_erp

Last .NET project of the IT Academy - Barcelona Activa. Build an Enterprise Resource Planner (ERP) for a company.

Using .NET Core 3.1, EntityFramework, MySQL and Angular.

Install NuGet packages

All the information for configuring it to run with a MySQL database (DB) can be found here.

In essence, the project need the following NuGet packages: In the comand line:

cd erp-api
dotnet add package Microsoft.EntityFrameworkCore
dotnet add package MySql.Data.EntityFrameworkCore
dotnet add package Microsoft.AspNetCore.Authentication.JwtBearer

// If adding authentication
dotnet add package Microsoft.AspNetCore.Authentication.JwtBearer

// Restore dependencies and project-specific tools that are specified in the project file
dotnet restore

Angular

Install Bootstrap

...

Install Charts.js

https://medium.com/codingthesmartway-com-blog/angular-chart-js-with-ng2-charts-e21c8262777f

Other info

Models information!

ProcessInfo, Process, ItemInfoProcessInfo, OrderItemProcessInfo and all the parameters of the other models that are related to theese models are temporarily inactive!