Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`