Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 362 Bytes

File metadata and controls

19 lines (13 loc) · 362 Bytes

NP90S Demo .

Just a demo for using the technical stacks.

Architecture

  • Clear Art
  • DB: MongoDb, SQLLite, SQL Server, Posgress.
  • .Net 6.0, Blazor, ASP.NET Razor Page.
  • EF Core, Dapper.
  • Rest API, GraphQL, GRPC.

Setup and run the application.

  • Docker command
docker run -d -p 27017:27017 --name NP90SDb mongo