Server requirements.
PACKAGE | LINK |
|---|---|
Python | https://www.python.org/downloads/ |
Pip | https://pypi.org/project/pip/ |
Flask | https://flask.palletsprojects.com/en/3.0.x/ |
Clone server repository.
git clone https://github.com/Kevin170597/instagrapy-server.git Install dependencies.
cd instagrapy-server pip -r requirements.txt Run app
python app.py Client requirements.
PACKAGE | LINK |
|---|---|
Node.js | https://nodejs.org/en |
Clone client repository.
git clone https://github.com/Kevin170597/instagrapy.git Install dependencies
cd instagrapy npm i Run app
npm run dev