Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 440 Bytes

File metadata and controls

7 lines (6 loc) · 440 Bytes

Backend-Web-programming-blood-donation-system

How to run the project: ./restart-all.sh If you want to adjust something in the server nodejs code, type ./restart-node.sh to restart the container. Otherwise, if you want to change something in the mysql container, use ./restart-all.sh If you want to debug the containers, remove '-d' flag in restart-all.sh and call the file again.

Note: remember to add .env file when cloning the project