/coffeeandcode.app

Built with Fresh + Pocketbase

Primary LanguageTypeScript

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).