Skip to content

butterscotchstallion/capy-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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