.env file.
INFOMOSAIC_PORT=8080
INFOMOSAIC_CLIENT_PORT=3000
1.
git clone https://github.com/pooulad/infomosaic.git
2.
cd ./infomosaic
3.
docker compose up -d --build
These commands create 2 separate services for front-end and back-end, both of which are ready to work with each other
✅client container : infomosaic-client-container
✅server container : infomosaic-server-container
docker compose logs
1.
git clone https://github.com/pooulad/infomosaic.git
2.
cd ./infomosaic
3.
go mod tidy
go run ./cmd/main.go
Starting Infomosaic🧩 server on port YOUR_PORT
4.
cd ./frontend
yarn install
yarn dev