Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/butterscotchstallion/capy-chat
Asychronous chat application
https://github.com/butterscotchstallion/capy-chat
fastapi python python3 svelte sveltekit tailwind typescript websocket-clients websocket-server websockets
Last synced: 25 days ago
JSON representation
Asychronous chat application
- Host: GitHub
- URL: https://github.com/butterscotchstallion/capy-chat
- Owner: butterscotchstallion
- License: mit
- Created: 2024-09-27T23:43:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T23:06:37.000Z (2 months ago)
- Last Synced: 2024-11-10T12:49:23.728Z (2 months ago)
- Topics: fastapi, python, python3, svelte, sveltekit, tailwind, typescript, websocket-clients, websocket-server, websockets
- Language: Python
- Homepage:
- Size: 386 KB
- Stars: 1
- 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`