Skip to content

Repository files navigation

ECOM DBMS

Overview

ECOM DBMS is

Setup and Development

You will need the following to get started:

  • Python - 3.8
  • PIP
  • Virtualenv

Installation:

Create virtual environment

python3 -m venv venv

Activate virtual environment

Windows

Navigate to venv/Scripts and run:

  activate

Linux/Mac

source venv/bin/activate

Installing Packages

Install packages with pip by running:

 pip install -r requirements.txt

Start the project

Start the app by navigating to the home directory and running:

 python app.py

Open site

Your app will run on http:127.0.0.1:5000/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages