Important
Social web application that implements a microservice architecture.
- Session authentication with email confirmation, magic-link and forgot password imp.
- Type-safe Dynamic and Lazy routing w/ rrd.
- Production grade fetching w/ Tanstack query, implements caching, elegant refetch and loading states (infinite-scroll) as well as server caching using redis and server state management in the client.
- Styling by Shadcn + Tailwind. Design by me.😏
- Performance control w/ composite components architecture.
To install dependencies for web and server:
bun run init
To run both web and server:
bun run start
This project was created using bun init
in bun v1.1.2. Bun is a fast all-in-one JavaScript runtime.