Skip to content

Chat application made in SvelteKit and FastApi. Challenge from devchallenges ✨

Notifications You must be signed in to change notification settings

MasterKrab/chat-group

Repository files navigation

Chat Group

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.

Prerequisites

Install the dependencies.

npm install

Scripts

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

About

Chat application made in SvelteKit and FastApi. Challenge from devchallenges ✨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published