Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 411 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 411 Bytes

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