Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 527 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 527 Bytes

arc-example-notes

A demo note taking app with support for multiple users.

Features demonstrated:

  • Accessible GET and POST 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

Usage

npm i
npm start

Then visit the URL presented.