This project relies on Python 3 and Flask for the REST API, and pymongo for database access (both server and DB tool).
-
Create a MongoDB Atlas cloud database at https://www.mongodb.com/cloud/atlas
-
Clone this repo
git clone https://github.com/Mike7518/WinCom2020.git
cd WinCom2020
- Install Python and dependencies
sudo apt install python3
sudo python3 -m pip install -r requirements.txt
- Enter your credentials in
credentials.py
as follows.
username = "USERNAME"
password = "PASSWORD"
cluster_url = "MONGO_ATLAS_URL"
- Mikail BASER - LinkedIn Profile
- Jordy AQUITEME - LinkedIn Profile