This project was generated with Angular CLI version 9.0.3.
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.
If you have any problems or something like "Cannot find module '@angular-devkit/build-angular/package.JSON'"
type: npm install --save-dev @angular-devkit/build-angular
Open visual studio and start the WEB API, the swagger documentation page will open.
If you have any problems about "[assembly: Microsoft.AspNetCore.Identity.UI.UIFrameworkAttribute("Bootstrap4")]" Comment that code line in AssemblyInfo.cs
Open the database.txt file to get the script of creation
All non-required fields were configured referring to the batch file.
The .Net Core Web API is configured to accept request from localhost and specific front end port if you have something to do about it, open the Startup.cs file and change for your necessity.
Was configured a general filter for an exception so if you have any problem you can update the Startup.cs The application is configured to use "postgres" user and password "123" if you want to change go to appsettings.json file
Rich Domain Objects
Pure Domain
Layered Architecture
Layer responsability separation
Services
Domain Services
Pure Functions
No side effect
Immutability (Log Entity)