LIVE PREVIEWBUY FOR $14

Startup Software + Person Administration + JWT  .Web 7.0 + Arabic Help + Full Supply Code

Model v2.0

 

Introduction

Startup software accommodates many elements you will have to begin you new software like Person administration module , audit path part , error log ,multitenant , supportarabic .

This net based mostly software is developed on .Web 7.0 utilizing ASP.Web Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.

Startup Software System has one default position [Admin] , and you’ll add limitless roles .

Framework: .Web 7.0

Options :

  • Help English / Arabic
  • Structure : Clear Structure
  • Net Api software with JWT authentication for cellular backend
  • Full Person Administration Module
    • Customers [Create –Edit – Delete – Search]
    • Roles [Create –Edit – Delete – Search]
    • Insurance policies [Create –Edit – Delete – Search]
    • Authentication Settings
    • Bind Pages with Insurance policies , utilizing straightforward consumer interface
    • Login
    • Register
    • Reset Password
  • Error Log : utilizing NLog
  • Audit path : log database actions [add – update -delete] and enterprise actions Like:[CreateOrder,UpdateOrder,etc]
  • Multitenant:
  • Samples Pages [Create –Edit – Delete – Search]

 

Fast Begin Information

The right way to Generate Database Tables

  • Open [Package manager console] and within the [Default project] checklist .. choose [Common.Persistance] venture
  • Write the under instructions
    • add-migration CreateCommon -context CommonDbContext
    • update-database -context CommonDbContext
  • Open [Package manager console] and within the [Default project] checklist .. choose [UserManagement.Persistance] venture
  • Write the under instructions
    • add-migration CreateIdentity -context ApplicationDbContext
    • update-database -context ApplicationDbContext
  • Open [Package manager console] and within the [Default project] checklist .. choose [NewApplication.Persistance] venture
    • add-migration CreateNewApplication -context NewApplicationDbContext
    • update-database -context NewApplicationDbContext
  • Congratulations , simply run the venture .

 

Credentials

  • Person title : admin
  • Password : P@ssw0rd

 

The right way to authenticate customers for cellular software [JWT]

Ship submit request to [ http://localhost:65304/api/Users/authenticate ]

with information in request physique as under

{

  username”,

  password “

}

 

The response can be like this                                                                                     

{

    id”,

    firstName,

    lastName,

    username”,

    token“

}                                  

 


Source