Exploring the realms of product information management.
PRDCTR (product-er, but hip) is an application written to test FastAPI and it's features, in the realm of product information management. It is - and most like always will be - an experimental application that is unsafe for production use.
git clone git@github.com:oxyyx/prdctr.git
cd prdctr
poetry install
cp .env.example .env
# Edit the .env file to your desired configuration
bash scripts/run-app.sh
Alternatively you can run this application using docker compose:
docker-compose up -d