Skip to content

lfnjunior/ProAgil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet Core 3.0 Rest API & Angular 8

Test The Application:

  • Clone the repository:
 git clone https://github.com/lfnjunior/ProAgil.git

Server:

  • Change to project directory
cd ProAgil-Eventos/
  • Restore bin & obj folders
dotnet restore
  • Run the api :
 dotnet run

Client:

  • Change to Angular project directory
cd ..
cd ProAgil.App/
  • Install dependencies to Angular Project
npm i
  • Run the console app :
 ng run

Acquired knowledge:

.NET Core 3.0
  • Dependency Injection
  • Midleware
  • HttpMethod (GET)
  • EntityFramework
  • Sqlite
  • Nuget Packet Maneger
  • Async and Await Methods
Angular 8
  • Angular Framework
  • How install and configure a Angular App
  • How Create a component
  • How Consume API Rest, using HttpClient by angular
  • Bootstrap and Font Awesome and to import then in App
  • Template Syntax - Property Binding & The pipe operator (|)
  • Structural Directives -> *ngIf *ngFor
  • Interpolation {{...}}
  • Two-way data binding || [( )] = BANANA IN A BOX

About

Rest API .NET Core 3.0 & Angular 8 Web App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published