An open API service indexing awesome lists of open source software.

https://github.com/gopibabus/image-manager-app

Simple app built on Vue.js for managing(uploading and viewing) images.
https://github.com/gopibabus/image-manager-app

images imgur-api upload vue

Last synced: 11 months ago
JSON representation

Simple app built on Vue.js for managing(uploading and viewing) images.

Awesome Lists containing this project

README

          

![image-manager-app](./banner.png)

> Simple app built on Vue.js for managing(uploading and viewing) images.

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

## Project Details

### Authentication

[Imgur](https://apidocs.imgur.com/)

### Image Storage

[Imgur](https://apidocs.imgur.com/)

### Local Dev Setup
> In order to make app work in local machine, consider updating **Redirect** to local url(http://localhost:8080) in imgur account, where you created **client ID** and **client Secret** for the application.