Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicradon/uploady
An image uploader website with Azure integration
https://github.com/vicradon/uploady
adonisjs azure nodejs
Last synced: 25 days ago
JSON representation
An image uploader website with Azure integration
- Host: GitHub
- URL: https://github.com/vicradon/uploady
- Owner: vicradon
- License: mit
- Created: 2021-01-17T17:17:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T17:29:16.000Z (almost 4 years ago)
- Last Synced: 2024-04-28T06:36:16.864Z (8 months ago)
- Topics: adonisjs, azure, nodejs
- Language: JavaScript
- Homepage: https://uploady.azurewebsites.net
- Size: 1.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uploady
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
![Uploady](https://user-images.githubusercontent.com/40396070/104863500-6571e080-5936-11eb-8716-0189b9d97434.png)
An image uploader website with Azure Blob Storage integration
## Prerequites
You must have node installed. [Download an LTS version (preferably 14)](https://nodejs.org/)
## Installation
To install the project locally, first clone the project
```bash
git clone https://github.com/vicradon/trivial
```Then install dependencies
```bash
npm i
```### Running the servers
1. Webserver
```bash
npm run dev
```2. Webpack watcher
```bash
npm run watch
```## Views
![Slide 1-security](https://user-images.githubusercontent.com/40396070/104863579-b2ee4d80-5936-11eb-8935-0abde08431a0.png)
![Slide 2-privacy](https://user-images.githubusercontent.com/40396070/104863577-b255b700-5936-11eb-8e96-ac0f41fef9dc.png)
![Slide 3-footer](https://user-images.githubusercontent.com/40396070/104863572-b1248a00-5936-11eb-8d8f-0cb7aa5bd6be.png)
## Licence
MIT