Skip to content

Application designed to save and edit your private notes. Created with Angular 11, Express.js and MongoDB. Authentication is based on JSON Web Token.

License

Notifications You must be signed in to change notification settings

Mihaszki/private-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Notes App

Application designed to save and edit your private notes. Created with Angular 11, Express.js and MongoDB. Authentication is based on JSON Web Token.

Private Notes App Demo

Setup

Runnig frontend

  • Install node packages with npm install
  • Run in locally with ng serve or build it with ng build
  • You can edit API url in backend.config.ts file

Runnig backend

  • Install node packages with npm install
  • Run it with: node index.js
  • You can edit MongoDB address and JWT options in .env file

About

Application designed to save and edit your private notes. Created with Angular 11, Express.js and MongoDB. Authentication is based on JSON Web Token.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published