1. Clone the repository
git clone https://github.com/DevMehta22/E-Commerce-backend.git
2. Set-up .env.sample file
MONGO_URI="your mongodb link"
PORT ="port"
SECRET_KEY = "your secret key"
STRIPEAPIKEY = "your stripe api"
3. Run docker compose file
docker-compose up --build