/Aih-Lopyu

Primary LanguageJavaScript

  • 👋 Hi, I’m @Arifxyzzz
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Buildpack

Deploy | BuildPack | LINK |

|--------|--------|

| FFMPEG |here |

| IMAGEMAGICK | here |


HOW TO CONNECT TO MONGODB WHEN RUN IN HEROKU

  • Create account and database in mongodb atlas watch here

  • when you already have a database, you just need to take mongourl

  • Put mongourl in Procfile web: node . --db 'mongourl'

  • Example web: node . -- db 'Your Mongo URI'


FOR TERMUX/UBUNTU/SSH USER

apt update && apt upgrade

apt install git -y

apt install nodejs -y

apt install ffmpeg -y

apt install imagemagick -y

git clone https://github.com/Aiinne/Aine-MD

cd Aine-MD

pkg install yarn

yarn