Graduate

Modify README.md

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