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.
- Host: GitHub
- URL: https://github.com/gopibabus/image-manager-app
- Owner: gopibabus
- Created: 2020-11-16T00:30:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T10:57:04.000Z (over 4 years ago)
- Last Synced: 2025-02-14T01:58:13.849Z (12 months ago)
- Topics: images, imgur-api, upload, vue
- Language: JavaScript
- Homepage: https://gopi-image-manager-app.netlify.app
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

> 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.