Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 674 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 674 Bytes

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