Skip to content

Instantly share code, notes, and snippets.

View Talha-Altair's full-sized avatar
🇸🇦
Winner

Talha Abdur Rahman Talha-Altair

🇸🇦
Winner
View GitHub Profile

Team 99

Application Description

A mobile Application that scans the barcode of a product and a browser dashboard that is aimed towards analyzing the carbon footprint of different products and provide insights

Table of Contents

version: '3.8'
services:
db:
image: postgres:14.1-alpine
restart: always
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
ports:
- '5432:5432'

kubectl port-forward svc/<mongo_svc> 27017:27017

mongorestore --host localhost -d database-name -u username -p password --port 27017 dump_folder_name