Blog posts tagged with architecture
Find all the posts tagged with architecture.
-
Wed Oct 09
Day 2 of the Chatbot Challenge - Database Planning
Today was all about planning, but this time, it was high-level and centered on databases and architecture. I decided to go with a setup I’m most comfortable with: FastAPI for the backend paired with PostgreSQL as the database. This will communicate with a static website built using the Astro framework, and for the chatbot, I’m using Svelte.js. It’s a straightforward setup, nothing too complex, but it’s still experimental, so I’m curious to see how it turns out.
Read more