Skip to content

tigawanna/foreach

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ForEach

160_F_273639620_PdKZjIvNOCTaFfVl

React and pocketbase dev centric social platform

pocketbase is an open source backend with an embedded sqlite db with auto rest api endpoints supporting CRUD and realtime data for every collection(table) created , file management with external s3 support, authentication plus OAUTH providers plus a dashboard. all written in GO for blazingly fast performance and all compiles into one executable dashboard included for easy to host solution with no external dependency worries in short the ultimate solution for a self hosted baas service

will initially be CSR only with building with vite and pocketbase as a framework for custom SQL queries

bootstrapped with custom template

code repository

technologies used

  • pocketbase
  • tailwind : styling
  • @tanstack/react-query : state management
  • react-router : client side routing
  • react-icons : icons
  • dayjs : date/time parsing
  • zod : type safety

authentication

auth guarding

timeline

replies , sub replies and nested routing

helpful resources