From f3c4420fd75f03bf033e24282cd17f60981fd75b Mon Sep 17 00:00:00 2001 From: pranjaltile <152598446+pranjaltile@users.noreply.github.com> Date: Sun, 6 Oct 2024 08:11:37 +0530 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index abc30b8b..cd0cd9b6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,29 @@ # NASA Space Apps Challenge 2024 [Noida] -#### Team Name - -#### Problem Statement - -#### Team Leader Email - +#### Team Name - Pravah +#### Problem Statement - Gender and Climate +#### Team Leader Email - pdtile371122@kkwagh.edu.in ## A Brief of the Prototype: - What is your solution? and how it works. +Solution Overview: Our solution is a web-based platform named Sync - Enhancing Relationship for Gender and Climate Change. The platform aims to visualize the intricate relationship between gender inequality and climate change through a dynamic and interactive experience. By displaying critical environmental data (such as pollution levels, waste management, and energy consumption) and connecting it to gender-related impacts, Sync helps communities and decision-makers understand how climate change disproportionately affects different genders. ## Code Execution Instruction: - *[If your solution is **not** application based, you can ignore this para] - - *The Repository must contain your **Execution Plan PDF**. +1. Repository Setup +Clone the repository using Git: +bash: git clone + +2. Install Dependencies +You will need Node.js and npm (Node Package Manager) installed. If not, download them from Node.js official site. + +Install the required npm packages (Express, Multer, Path): +bash: npm install express multer path +3. Run the Server +The project includes a server.js file, which serves the website and handles backend functionalities. + +Start the server: +bash: node server.js +This will run the Node.js server, which serves your frontend files and handles any API requests. + +Open a browser and go to http://localhost:3000 to access the website locally. + +Youtube_Link: https://youtu.be/Qg9EPRhhqLI