Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 900 Bytes

README.md

File metadata and controls

45 lines (37 loc) · 900 Bytes

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