Skip to content

databases-CSCI3354/project1-online-commerce

Repository files navigation

Online Commerce

Install Poetry

Please follow the official installation guide to install Poetry.

Install dependencies

It is recommended to use Python virtual environment, so you don't pollute your system Python environment.

# Install dependencies
poetry install
# Activate Python virtual environment
eval "$(poetry env activate)"

Add dependencies

If you want to add a new dependency, please use poetry add command.

For example, to add python-dotenv dependency, run:

poetry add python-dotenv

Set up environment variables

# Create .env file (by copying from .env.example)
cp .env.example .env

Style Enforcement

black . # Check Python code style
isort . # Sort Python imports

Commands

# Quick Start
flask run

# To verify that the app is running, go to the /status endpoint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •