E-commerce website for the company StudioUnivers
You can run this project localy using two containers :
docker run --name studiodb -p 5432:5432 -e POSTGRES_PASSWORD=root -e POSTGRES_USER=root -e POSTGRES_DB=studiouniversbd -d postgres
docker run -p 9000:9000 -d -p 9001:9001 -e "MINIO_ROOT_USER=studiounivers" -e "MINIO_ROOT_PASSWORD=studiounivers" quay.io/minio/minio server /data --console-address ":9001"
Configure the .env file and run
yarn dev