Skip to content

Send notes that will self-destruct after being read using ASP.NET Core Web Api, Entity Framework Core, Vue.js

Notifications You must be signed in to change notification settings

TheBottleCyber/PrivateNote

Repository files navigation

Private Note

Private Note

Send notes that will self-destruct after being read using ASP.NET Core Web Api, Entity Framework Core, Vue.js



Requirements

  • Vue CLI v3.x or later.
  • Nodejs v10.x or later.
  • Visual Studio 2019 or Rider
  • .NET 5

Local Environment

  • Select PrivateNote.Api project "Set as Startup Project"
  • Define connection string for your database in PrivateNote.Api/appsettings.json
  • Run(F5 or CTRL+F5) PrivateNote.Api project first
  • Select PrivateNote.Vue project "Set as Startup Project"
  • Define the url link to the Web API (hard-coded value https://localhost:35050/)
  • Edit Vue.js views in PrivateNote.Vue/client-app/src/views with your Web API url on callbacks axios.get and axios
  • Run(F5 or CTRL+F5) PrivateNote.Vue project

Vue Application Screenshots

Home Page

Vue Client Demo

Create Page

Vue Client Demo

Get Page

Vue Client Demo

About

Send notes that will self-destruct after being read using ASP.NET Core Web Api, Entity Framework Core, Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published