Created most of the basic endpoints, for the backend I chose to use Bun + ElysiaJS and I am using Drizzle ORM to interface with my db.
Created most of the basic endpoints, for the backend I chose to use Bun + ElysiaJS and I am using Drizzle ORM to interface with my db.
I started re-writing my entire backend in Bun + ElysiaJS. My old backend was vibecoded, used raw SQL and uses a different JS runtime then my frontend.
Safe to say I have a lot of work ahead of me, but it should also be a big win in removing most of the AI written code from my project
Wrote a starter readme for the project
I wrote the core functionality of the app, I went with elysiaJS + Bun.