https://github.com/butterscotchstallion/capy-chat
Python and FastAPI websocket chat using Svelte
https://github.com/butterscotchstallion/capy-chat
fastapi python python3 svelte sveltekit tailwind typescript websocket-clients websocket-server websockets
Last synced: about 1 month ago
JSON representation
Python and FastAPI websocket chat using Svelte
- Host: GitHub
- URL: https://github.com/butterscotchstallion/capy-chat
- Owner: butterscotchstallion
- License: mit
- Created: 2024-09-27T23:43:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T23:06:37.000Z (7 months ago)
- Last Synced: 2025-03-24T07:22:25.660Z (2 months ago)
- Topics: fastapi, python, python3, svelte, sveltekit, tailwind, typescript, websocket-clients, websocket-server, websockets
- Language: Python
- Homepage:
- Size: 386 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# capy-chat
Asychronous chat application
- Python 3
- sqlite
- FastAPI
- SvelteKit## Running the API
- `source .venv/Scripts/activate`
- Use Pycharm terminal
- `cd capy_chat`
- `fastapi dev start_api.py`## Running the front end
- `source .venv/Scripts/activate`
- Use Pycharm terminal
- `cd capy_chat/static`
- `npm run dev`## Running the tests
- `source .venv/Scripts/activate`
- `python -m pytest`