Creating an online earthquake relief system can serve the purpose of connecting people affected by earthquakes with the necessary resources and support to aid their recovery. Additionally, the development of such a system can help to increase awareness regarding the importance of disaster preparedness and relief efforts, as well as educate individuals on earthquake safety and prevention measures.
First, you need to install Node.js on your computer!
- Go to backend directory, and run
npm installcommand to add dependencies to the backend application. - Create .env file inside backend directory, and add your MongoDB URI [MONGO_URI=yourURI].
- Run
npm startcommand to run to the server. - Run
npm installcommand to add dependencies to the frontend application. - Run
npm startcommand to run the frontend application.
That's all!
Backend: Berkay Pehlivan
Backend: Onur Özer
Frontend: Mustafa Mengütay
Frontend: Emircan Karakoç