Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Getting Started

To run the server:

$ deno run --allow-all --unstable index.ts

The website database has been added with a single accounts table which is pre-configured with a single account:

username: doej

password: p455w0rd

There is a secure page called Foo Bar which can be accessed at the /foo route. You will need to delete this and replace with your own secure content.