Skip to content
/ Notex Public

A Note/Blog application based on .NET 6 with DDD, CQRS and Event Sourcing

Notifications You must be signed in to change notification settings

linwenda/Notex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status

Notex

A Note/Blog application based on .NET 6 with DDD, CQRS and Event Sourcing

References

How to Run

  • Download and install .NET 6.0.0 or higher SDK
  • Download and install MySQL 5.7
  • Configure ConnectionStrings in appsettings.json
{
  "ConnectionStrings": {
    "Default": "Server=localhost;Port=3306;Database=notex;Uid=root;Pwd=123456;pooling=true;CharSet=utf8;"
  }
}

License

MIT license

About

A Note/Blog application based on .NET 6 with DDD, CQRS and Event Sourcing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published