divyanshu-rawat / vue-Instagram

A vue.js based application having some features similar to Instagram ;)
7 stars 2 forks source link
bootstrap-vue bulma-css cssgram file-uploader font-awesome vue-dragscroll

Vue-Instagram (WIP!!)

Alt Text

Alt Text

forthebadge forthebadge

An application having some features similar to that of Instagram built on top of Vue.js

Access Live Application - https://vue-instagram.herokuapp.com/

Instructions To Run:

Traditional way:

npm install

cd src

vue serve

Docker way:

$ docker build -t vue-instagram:local .
$ docker run -d -p 8888:80 --name vue-instagram vue-instagram:local

forthebadge

Then the app is exposed on your host using port 8888.

To tear down the app:

$ docker stop vue-instagram
$ docker rm vue-instagram

forthebadge

Application Features:

forthebadge