소스 검색

Created ReadMe

rota3015 8 달 전
부모
커밋
769bdc4e24
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+# Backend
+* Our code is present at /app/data/public/communityRuleBackend.
+* Our backend is being running on port 3000.
+* Internally, there is one run.sh which is responsible to run any script on start of the server. We are running another run.sh which is in our public/communityRuleBackend/run.sh which is kind of for loop which will keep on running and check every 30 mins if our backend is working or not if it is not working it will start the backend.
+* Our backend is also present in the same cloudrun environment.