Skip to content

yungfossa/e_commerce

Repository files navigation

Installing dependencies

$ uv venv
$ source .venv/bin/activate
$ uv pip install -r requirements.txt

Setting up pre-commit hooks

$ pre-commit install
# Manually run `pre-commit`
$ pre-commit run --all-files

Running the required services

$ docker-compose up --build -d

Running the application

$ flask run

Installing the UI dependencies and running it

$ bun install
$ burn run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published