Skip to content

This repository contains the development of an e-commerce platform. The backend, built using Flask and Python, was developed by me with the help of Mirco De Zorzi. The frontend, implemented by Mirco, uses React to provide a dynamic and user-friendly interface. The project also incorporates an ORM for efficient database management and seamless data

Notifications You must be signed in to change notification settings

marconettii/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

This repository contains the development of an e-commerce platform. The backend, built using Flask and Python, was developed by me with the help of Mirco De Zorzi. The frontend, implemented by Mirco, uses React to provide a dynamic and user-friendly interface. The project also incorporates an ORM for efficient database management and seamless data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published