/instore

Save the pictures on Instagram:balloon:

Primary LanguageJavaScriptMIT LicenseMIT

INSTORE

Save the pictures on Instagram!

🌱Instructions

  1. Copy the link of the Instagram post.
  2. Paste into the input box and press send button or enter key.
  3. Click on the image what you want.
  4. It will open with a new tab. Then you can save the image.
  • It doesn't work with a private account.

🌱Installation

Requirements

  • git
  • node.js
  • npm

Clone this repository.

$ git clone https://github.com/voiciphil/instore.git

Build frontend files.

$ cd instore/frontend
$ npm install
$ npm run build

Start the server.

$ cd ../backend
$ npm install
$ npm start

Now Instore is running on http://localhost:3000.

🌱Technical Stack

Frontend

  • Vue.js
  • Vuetify.js

Backend

  • Express.js