Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 354 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 354 Bytes

2022-23-NeuroTechX-Project (Software-Team)

GUI

How to start GUI with socket listener:

python main.py

Database

How to start database

docker compose up

Known Issues:

  • CTRL+C does not terminate socket listener on Windows.
    • Use tasklist to find the python PID and taskkill /pid <PID> /f to terminate the program