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 install
This creates a local server and rebuild it when you make changes.
npm run dev
This creates a production-ready version of the app and can be deployed to the web.
npm run build