Graduate

Modify README.md

......@@ -16,3 +16,12 @@
- NodeJS(https://nodejs.org)
- MySQL(https://www.mysql.com)
- PyMySQL(https://github.com/PyMySQL/PyMySQL)
# 사용법
## Server
python3 server/server.py
npm start --prefix webserver/myapp
## Client(windows)
execute register/register.py
execute client/client(window).py
\ No newline at end of file
......