Chat application with channels. Solution for a challenge from devchallenges.io. The frontend is made in SvelteKit, the backend is made in Python using FastApi, PostgreSQL as database and SQLAlchemy as ORM. Here is the backend repository.
Install the dependencies.
npm installThis creates a local server and rebuild it when you make changes.
npm run devThis creates a production-ready version of the app and can be deployed to the web.
npm run build