/deno-signup-login-logout

Deno signup, login, logout web app with Oak, JSON db, and ETA

Primary LanguageTypeScript

Deno signup, login, logout web app

This is a simple signup, login, and logout app written in Deno using:

  • Oak
  • ETA

There are different variants of this app depending on the storage type:

To run this app locally:

  • Clone the repo
  • Change the folder according to the DB type
  • Run the deno application using ./runApp
  • Open http://localhost:8000 in the browser