Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

deriando/iot-grab-msft-challenge

Repository files navigation

IMPORTANT

Due to Flask-SQLAlchemy not following Python 3.8.3 DateTime format, modifications to the library is required.

Change $python_env\Lib\site-packages\sqlalchemy\dialects\mysql\types.py at line 427 and 428

value.microseconds change to value.microsecond
value.seconds change to value.second

Installation

Clone the repository to a local folder

git clone https://github.com/deriando/iot-grab-msft-challenge.git

Use the package manager pip to install the required libraries for this project.

pip install -r requirements.txt

Usage

Simply launch the run_web_server.bat script on a Windows machine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published