Created ReadMe

This commit is contained in:
rota3015
2024-04-03 17:14:39 +00:00
부모 56f4c8f07c
커밋 769bdc4e24

5
README.md Normal file
파일 보기

@ -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.