Application designed to save and edit your private notes. Created with Angular 11, Express.js and MongoDB. Authentication is based on JSON Web Token.
- Install node packages with
npm install - Run in locally with
ng serveor build it withng build - You can edit API url in
backend.config.tsfile
- Install node packages with
npm install - Run it with:
node index.js - You can edit MongoDB address and JWT options in
.envfile
