You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
#Copy .env file from .env example
cp .env.example .env
# Create a database (with mysql or postgresql)# And update .env file with database credentials# DB_CONNECTION=mysql# DB_HOST=127.0.0.1# DB_DATABASE=hackathon# DB_USERNAME=root# DB_PASSWORD=root# Install PYPI dependencies
pipenv install
#run application
flask run
#run fetch dam (All information of dam store in dam.csv will be updated in databse)
flask dam fetch
#run fetch locatiom (All location of dam is fetchedbe updated in databse)
flask dam location