Natural disasters often devastate the communities that are struck by them. After seeing how the recent winter storm has affected Texas, we built a web application that allows Texans and other surrounding Southerners to locate shelters, warming centers, service, food/water and other necessities. The application also gives users immediate sources to find the latest news concerning the weather, current situations, and smart hacks to get through power outages and survive natural disasters. It also gives everyone the ability to advertise what they might have in abundance, and share resources to their community. CodeCoet's future plans for Epicenter are to have it go global, so that communities around the world who suffer from the effects of natural disasters can respond to them quicker and more efficiently.
- Clone the repository
- Make sure you have Python 3 (preferably recent update) and flask installed (keep reading to learn how!)
- Download Python 3: https://www.python.org/downloads/
- Navigate to python terminal
- Type
git clone
and paste the repository - Make sure you are in the \epicenter directory and run the following commands in your terminal:
- Type
pip install flask
Then type the following:
On Mac:
export FLASK_APP=mapp.py
export FLASK_ENV=development
flask run
On Windows:
set FLASK_APP=mapp.py
set FLASK_ENV=development
flask run
- A url should pop up in the terminal, go ahead and click on it!
- Still confused? Head to the professionals: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository