ECOM DBMS is
You will need the following to get started:
- Python - 3.8
- PIP
- Virtualenv
Installation:
python3 -m venv venvNavigate to venv/Scripts and run:
activatesource venv/bin/activateInstall packages with pip by running:
pip install -r requirements.txtStart the app by navigating to the home directory and running:
python app.pyYour app will run on http:127.0.0.1:5000/