Skip to content

MnTNotes/MnTNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MnTNotes - .Net 6 React with Identity Server

Just Another Notes App

React Draft Wysiwyg and SQLite

GitHub issuesGitHub forksGitHub starsGitHub license

  • Releases

  • How to

    • (Optional) Edit Connection String on "appsettings.json"
    • (Optional) Run "Update-Database" on Package Manager Console
  • Technologies

    • .Net 6
    • Entity Framework Code-First
    • DataAnnotation & Fluent API
    • React
    • React Draft Wysiwyg
    • Reactstrap
    • Identity Server
  • N-Tier architecture

    • Libraries: Core, Data, Services
    • Presentation: Web, API(will be added), Mobile(will be added)
  • Details

    • Users can login and register
    • Users can "Show, Add, Edit, Delete Own Notes"
  • DB
    DB

  • Notes
    DB

  • Code Maps

    • Base
      Codemap1
    • Presentation Classes
      Codemap2
    • Presentation Classes with Properties and Methods
      Codemap3
    • Libraries Classes
      Codemap4
    • Libraries Classes with Properties and Methods
      Codemap5
  • Acknowledgments