You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
$ 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