A demo note taking app with support for multiple users.
- Accessible
GET
andPOST
based multipage app - Secure sessions including sign up, login and authorizing routes
- Data persistence using DynamoDB
- Middleware to control access to a route with
arc.http.async
- The
shared
directory for layout and auth shared between Lambdas
npm i
npm start
Then visit the URL presented.