
--- README.md
+++ README.md
... | ... | @@ -1,1 +1,13 @@ |
1 | 1 |
# Daegu-Jeju-DIP |
2 |
+# 작동 |
|
3 |
+ |
|
4 |
+서버 작동을 위해서는 먼저 ```database/db_config.json```을 작성하고, ```database/keygen.py``` 를 실행해 암호키를 만들어야 합니다. 그런다음 ```gunicorn app:app -c logger/logger.py``` 를 실행하여 서버를 작동합니다. |
|
5 |
+ |
|
6 |
+정상작동하였다면 ```log``` 폴더가 생성되고 이 폴더 내부에 서버 접속 로그와 에러/디버그 로그가 생성됩니다. |
|
7 |
+ |
|
8 |
+### dependency 설치 |
|
9 |
+ |
|
10 |
+```bash |
|
11 |
+pip install flask flask-restx flask-cors flask-caching pyjwt pandas datetime bcrypt cryptography psycopg2-binary |
|
12 |
+``` |
|
13 |
+ |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?