architect-examples / arc-example-notes

A demo note taking app with support for multiple users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A demo note taking app with support for multiple users.


Languages

Language:JavaScript 65.3%Language:CSS 33.3%Language:Arc 1.3%