chauey / abp5

Angular, .NET Core walkthrough of ABP framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started - Create New Project https://abp.io/get-started

Getting Started Tutorial https://docs.abp.io/en/abp/latest/Getting-Started-Setup-Environment?UI=NG&DB=EF&Tiered=No

Web Application Development Tutorial https://docs.abp.io/en/abp/latest/Tutorials/Part-1?UI=NG&DB=EF

Prerequisite

  • install nodejs
  • install VS Code
  • install Visual Studio

Create DB (1st time)

  • cd aspnet-core
  • cd Dna.Abp.DbMigrator
  • dotnet run

OR

  • Open aspnet-core/Dna.Abp.Sln
  • set Dna.Abp.DbMigrator as StartUp Project and press F5
  • set Dna.Abp.HttpApi.Host as StartUp Project and press F5

Run Backend WEB API REST Server

Run Frontend Angular website

  • cd angular
  • npm i (only 1st time)
  • npm start
  • navigate to http://localhost:519/
    • username: admin
    • password: 1q2w3E*

About

Angular, .NET Core walkthrough of ABP framework


Languages

Language:C# 91.1%Language:HTML 4.3%Language:TypeScript 3.7%Language:JavaScript 0.6%Language:SCSS 0.2%Language:CSS 0.0%Language:PowerShell 0.0%