Skip to content

ashmipednekar/evacuation-website-innovateher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire Evacuation Hub

Prerequisites

Frontend Dependencies

  • Node.js (v14+ recommended)
  • npm or yarn

Backend Dependencies

  • Python 3.8+
  • pip

Installation

Frontend Setup

  1. Install dependencies:
npm install axios react react-dom google-maps-react

Backend Setup

  1. Install Python dependencies:
pip install flask flask-cors flask-pymongo gridfs geopy.distance bson

Environment Configuration

  • Create .env file with:
    • MongoDB connection string
    • Google Maps API key

Running the Project

Open up 2 different Terminal windows. Run frontend on one and backend on the other.

Frontend

cd frontend
npm start

Backend

cd backend
python app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published