/mexicandisasters

Python + React application for mexican disasterers consults.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. license Build Status

Mexican disasters visor

Source code of the consultant software (not yet) implemented in agro.mx to consult the last 1000 years of mexican disasters.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Specific for fedora but is pretty easy to follow along in any distribution.

Prerequisites

Linux Python 2.7 Flask MariaDB npm node.js

Python and dependencies:

sudo dnf -y install python
sudo dnf -y install pip
pip istall --user flask
pip install --user pymysql

MariaDB

sudo dnf -y install mariadb
sudo dnf -y install mariadb-server
systemctl start mariadb
mysql_secure_installation

React

sudo dnf -y install npm
sudo dnf -y install nodejs

Installing

Built With

Backend

FrontEnd

Versioning

We use SemVer for versioning.

Authors

  • Erick de la Barrera - Lab Leader, Product Owner - LabPage
  • Germán Ruelas - Lab Member - GitHub

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL 3 License - see the LICENSE.md file for details

Project Status

Starting

Acknowledgments