Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

chopfitzroy/coffeeandcode.app

Repository files navigation

Coffee and code ☕

This is the front end for coffeeandcode.app for the API setup please refer this repo.

Usage 🚀

Start the project:

deno task start

Authentication 🗝

All authentication is done in the client (not SSR) originally we used an SSR implementation but the only way to share the auth store between the server and the client was to use disable httpOnly.

Given the nature of the app a shared auth store felt like overkill and increased the surface area for security concerns with no real value added.

Architecture 🎁

Built using the following technologies:

Deployed using:

Additionally we use Spaces for file storage and database backups (with Litestream).

About

Built with Fresh + Pocketbase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published