Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 2.75 KB

README.md

File metadata and controls

45 lines (27 loc) · 2.75 KB

StudioUnivers

E-commerce website for the company StudioUnivers

Illustration

Techno used

Frontend

nextjs tailwindcss

Backend

nestjs typeorm postgresql

Others

typescript docker yarn eslint stripe minio

Development

You can run this project localy using two containers :

Postgres :

docker run --name studiodb -p 5432:5432 -e POSTGRES_PASSWORD=root -e POSTGRES_USER=root -e POSTGRES_DB=studiouniversbd -d postgres

Minio :

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"

Frontend & Backend :

Configure the .env file and run

yarn dev