https://github.com/mrcheater/image-gallery
A gallery for viewing images
https://github.com/mrcheater/image-gallery
ajax async-await es6 es7 expressjs gallery image mongodb mongoose non-ajax
Last synced: 3 months ago
JSON representation
A gallery for viewing images
- Host: GitHub
- URL: https://github.com/mrcheater/image-gallery
- Owner: MrCheater
- License: mit
- Created: 2017-09-15T16:13:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T00:23:16.000Z (over 7 years ago)
- Last Synced: 2025-01-09T07:50:01.390Z (4 months ago)
- Topics: ajax, async-await, es6, es7, expressjs, gallery, image, mongodb, mongoose, non-ajax
- Language: JavaScript
- Homepage:
- Size: 11.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-gallery · [](https://travis-ci.org/MrCheater/image-gallery)
A gallery for viewing images
Express + MongoDB + Mongoose + ES6, ES7 + Async/Await + Ajax/non-AJAX mode
1. Image Uploader: Upload -> Extract Metadata -> Compress an image
2. Images are shown in multiple columns depending on the size of the display. They can be deleted.
3. Images can be commented (create/update description)### Usage
``` bash
git clone https://github.com/MrCheater/image-gallery.git
cd image-gallery
npm install
npm run start
```### Live Demo
##### SPA + Ajax mode
##### Disable JavaScript + Non-ajax mode
### Requirements
* MongoDB 3.4.9
* Node.js 8.5.0
### LicenseThis project is licensed under the terms of the MIT license