- Install Docker Desktop
git clone https://github.com/MilanCommunity/Milan.git
cd Milan
- Once you're done installing, create a
.env
file in the root of your project directory to include all environment variables - The following are the environment variables you'll need before running the server:
PORT=
MONGO_URI=
RAZORPAY_KEY_ID=
KEY_ID=
KEY_SECRET=
- You can go through the Razorpay docs to generate the API keys
docker-compose up -d --build
visit localhost:3000 to run the app