Skip to content

Mike7518/WinCom2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinCom2020

Getting Started

Required modules

This project relies on Python 3 and Flask for the REST API, and pymongo for database access (both server and DB tool).

Installation

  1. Create a MongoDB Atlas cloud database at https://www.mongodb.com/cloud/atlas

  2. Clone this repo

git clone https://github.com/Mike7518/WinCom2020.git
cd WinCom2020
  1. Install Python and dependencies
sudo apt install python3
sudo python3 -m pip install -r requirements.txt
  1. Enter your credentials in credentials.py as follows.
username = "USERNAME"
password = "PASSWORD"
cluster_url = "MONGO_ATLAS_URL"

Competition results

Wincom 2020 results

Contact

About

IoT Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages